Class DocumentAttachmentsSourceArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DocumentAttachmentsSourceArgs : ResourceArgs
Constructors
View SourceDocumentAttachmentsSourceArgs()
Declaration
public DocumentAttachmentsSourceArgs()
Properties
View SourceKey
The key describing the location of an attachment to a document. Valid key types include: SourceUrl and S3FileUrl
Declaration
public Input<string> Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the document attachment file
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Values
The value describing the location of an attachment to a document
Declaration
public InputList<string> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |