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 SourceKey
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 |
Name
The name of the document attachment file
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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> |