Class DocumentArgs
Inherited Members
Namespace: Pulumi.Aws.Ssm
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DocumentArgs : ResourceArgs
Constructors
View SourceDocumentArgs()
Declaration
public DocumentArgs()
Properties
View SourceAttachmentsSources
One or more configuration blocks describing attachments sources to a version of a document. Defined below.
Declaration
public InputList<DocumentAttachmentsSourceArgs> AttachmentsSources { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DocumentAttachmentsSourceArgs> |
Content
The JSON or YAML content of the document.
Declaration
public Input<string> Content { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DocumentFormat
The format of the document. Valid document types include: JSON and YAML
Declaration
public Input<string> DocumentFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DocumentType
The type of the document. Valid document types include: Automation, Command, Package, Policy, and Session
Declaration
public Input<string> DocumentType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the document.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Permissions
Additional Permissions to attach to the document. See Permissions below for details.
Declaration
public InputMap<string> Permissions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Tags
A map of tags to assign to the object.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
TargetType
The target type which defines the kinds of resources the document can run on. For example, /AWS::EC2::Instance. For a list of valid resource types, see AWS Resource Types Reference (http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html)
Declaration
public Input<string> TargetType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |