Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnChangeSetPropsMixin.Builder
Packages that use CfnChangeSetPropsMixin.Builder
-
Uses of CfnChangeSetPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.cloudformation
Methods in software.amazon.awscdk.cfnpropertymixins.services.cloudformation that return CfnChangeSetPropsMixin.BuilderModifier and TypeMethodDescriptionCfnChangeSetPropsMixin.Builder.capabilities(List<String> capabilities) The capabilities that are allowed in the stack.CfnChangeSetPropsMixin.Builder.changeSetName(String changeSetName) The name of the change set.CfnChangeSetPropsMixin.Builder.changeSetType(String changeSetType) The type of change set operation.CfnChangeSetPropsMixin.Builder.create()CfnChangeSetPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnChangeSetPropsMixin.Builder.deploymentMode(String deploymentMode) Determines how CloudFormation handles configuration drift during deployment.CfnChangeSetPropsMixin.Builder.description(String description) A description to help you identify this change set.CfnChangeSetPropsMixin.Builder.importExistingResources(Boolean importExistingResources) Indicates if the change set imports resources that already exist.CfnChangeSetPropsMixin.Builder.importExistingResources(IResolvable importExistingResources) Indicates if the change set imports resources that already exist.CfnChangeSetPropsMixin.Builder.includeNestedStacks(Boolean includeNestedStacks) Creates a change set for all nested stacks specified in the template.CfnChangeSetPropsMixin.Builder.includeNestedStacks(IResolvable includeNestedStacks) Creates a change set for all nested stacks specified in the template.CfnChangeSetPropsMixin.Builder.notificationArns(List<String> notificationArns) The ARNs of Amazon SNS topics that CloudFormation associates with the stack.CfnChangeSetPropsMixin.Builder.onStackFailure(String onStackFailure) Determines what action will be taken if stack creation fails.The ARN of an IAM role that CloudFormation assumes when executing the change set.The name or unique ID of the stack for which you are creating a change set.CfnChangeSetPropsMixin.Builder.tags(List<? extends CfnChangeSetPropsMixin.TagsItemsProperty> tags) Key-value pairs to associate with the change set.CfnChangeSetPropsMixin.Builder.templateBody(String templateBody) A structure that contains the body of the revised template.CfnChangeSetPropsMixin.Builder.templateUrl(String templateUrl) The URL of the file that contains the revised template.CfnChangeSetPropsMixin.Builder.usePreviousTemplate(Boolean usePreviousTemplate) Whether to reuse the template associated with the stack to create the change set.CfnChangeSetPropsMixin.Builder.usePreviousTemplate(IResolvable usePreviousTemplate) Whether to reuse the template associated with the stack to create the change set.