Document Args
data class DocumentArgs(val attachments: Output<List<DocumentAttachmentsSourceArgs>>? = null, val content: Output<Any>? = null, val documentFormat: Output<DocumentFormat>? = null, val documentType: Output<DocumentType>? = null, val name: Output<String>? = null, val requires: Output<List<DocumentRequiresArgs>>? = null, val tags: Output<List<DocumentTagArgs>>? = null, val targetType: Output<String>? = null, val updateMethod: Output<DocumentUpdateMethod>? = null, val versionName: Output<String>? = null) : ConvertibleToJava<DocumentArgs>
The AWS::SSM::Document resource is an SSM document in AWS Systems Manager that defines the actions that Systems Manager performs, which can be used to set up and run commands on your instances.
Example Usage
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
fun DocumentArgs(attachments: Output<List<DocumentAttachmentsSourceArgs>>? = null, content: Output<Any>? = null, documentFormat: Output<DocumentFormat>? = null, documentType: Output<DocumentType>? = null, name: Output<String>? = null, requires: Output<List<DocumentRequiresArgs>>? = null, tags: Output<List<DocumentTagArgs>>? = null, targetType: Output<String>? = null, updateMethod: Output<DocumentUpdateMethod>? = null, versionName: Output<String>? = null)