| Modifier and Type | Method and Description |
|---|---|
CfnDocument.Builder |
CfnDocument.Builder.attachments(IResolvable attachments)
A list of key-value pairs that describe attachments to a version of a document.
|
CfnDocument.Builder |
CfnDocument.Builder.attachments(List<? extends Object> attachments)
A list of key-value pairs that describe attachments to a version of a document.
|
CfnDocument.Builder |
CfnDocument.Builder.content(Object content)
The content for the new SSM document in JSON or YAML.
|
static CfnDocument.Builder |
CfnDocument.Builder.create(Construct scope,
String id) |
CfnDocument.Builder |
CfnDocument.Builder.documentFormat(String documentFormat)
Specify the document format for the request.
|
CfnDocument.Builder |
CfnDocument.Builder.documentType(String documentType)
The type of document to create.
|
CfnDocument.Builder |
CfnDocument.Builder.name(String name)
A name for the SSM document.
|
CfnDocument.Builder |
CfnDocument.Builder.requires(IResolvable requires)
A list of SSM documents required by a document.
|
CfnDocument.Builder |
CfnDocument.Builder.requires(List<? extends Object> requires)
A list of SSM documents required by a document.
|
CfnDocument.Builder |
CfnDocument.Builder.tags(List<? extends CfnTag> tags)
AWS CloudFormation resource tags to apply to the document.
|
CfnDocument.Builder |
CfnDocument.Builder.targetType(String targetType)
Specify a target type to define the kinds of resources the document can run on.
|
CfnDocument.Builder |
CfnDocument.Builder.updateMethod(String updateMethod)
If the document resource you specify in your template already exists, this parameter determines whether a new version of the existing document is created, or the existing document is replaced.
|
CfnDocument.Builder |
CfnDocument.Builder.versionName(String versionName)
An optional field specifying the version of the artifact you are creating with the document.
|
Copyright © 2023. All rights reserved.