Show / Hide Table of Contents

Class DocumentAttachmentsSource

Inheritance
System.Object
DocumentAttachmentsSource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ssm.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DocumentAttachmentsSource

Fields

View Source

Key

The key describing the location of an attachment to a document. Valid key types include: SourceUrl and S3FileUrl

Declaration
public readonly string Key
Field Value
Type Description
System.String
View Source

Name

The name of the document attachment file

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Values

The value describing the location of an attachment to a document

Declaration
public readonly ImmutableArray<string> Values
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.