Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ssm.CfnDocumentPropsMixin.Builder
Packages that use CfnDocumentPropsMixin.Builder
-
Uses of CfnDocumentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ssm
Methods in software.amazon.awscdk.cfnpropertymixins.services.ssm that return CfnDocumentPropsMixin.BuilderModifier and TypeMethodDescriptionCfnDocumentPropsMixin.Builder.attachments(List<? extends Object> attachments) A list of key-value pairs that describe attachments to a version of a document.CfnDocumentPropsMixin.Builder.attachments(IResolvable attachments) A list of key-value pairs that describe attachments to a version of a document.The content for the new SSM document in JSON or YAML.CfnDocumentPropsMixin.Builder.create()CfnDocumentPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDocumentPropsMixin.Builder.documentFormat(String documentFormat) Specify the document format for the request.CfnDocumentPropsMixin.Builder.documentType(String documentType) The type of document to create.A name for the SSM document.A list of SSM documents required by a document.CfnDocumentPropsMixin.Builder.requires(IResolvable requires) A list of SSM documents required by a document.AWS CloudFormation resource tags to apply to the document.CfnDocumentPropsMixin.Builder.targetType(String targetType) Specify a target type to define the kinds of resources the document can run on.CfnDocumentPropsMixin.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.CfnDocumentPropsMixin.Builder.versionName(String versionName) An optional field specifying the version of the artifact you are creating with the document.