Uses of Class
software.amazon.awscdk.CfnChangeSet.Builder
Packages that use CfnChangeSet.Builder
-
Uses of CfnChangeSet.Builder in software.amazon.awscdk
Methods in software.amazon.awscdk that return CfnChangeSet.BuilderModifier and TypeMethodDescriptionCfnChangeSet.Builder.capabilities(List<String> capabilities) The capabilities that are allowed in the stack.CfnChangeSet.Builder.changeSetName(String changeSetName) The name of the change set.CfnChangeSet.Builder.changeSetType(String changeSetType) The type of change set operation.static CfnChangeSet.BuilderCfnChangeSet.Builder.deploymentMode(String deploymentMode) Determines how CloudFormation handles configuration drift during deployment.CfnChangeSet.Builder.description(String description) A description to help you identify this change set.CfnChangeSet.Builder.importExistingResources(Boolean importExistingResources) Indicates if the change set imports resources that already exist.CfnChangeSet.Builder.importExistingResources(IResolvable importExistingResources) Indicates if the change set imports resources that already exist.CfnChangeSet.Builder.includeNestedStacks(Boolean includeNestedStacks) Creates a change set for all nested stacks specified in the template.CfnChangeSet.Builder.includeNestedStacks(IResolvable includeNestedStacks) Creates a change set for all nested stacks specified in the template.CfnChangeSet.Builder.notificationArns(List<String> notificationArns) The ARNs of Amazon SNS topics that CloudFormation associates with the stack.CfnChangeSet.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.CfnChangeSet.Builder.tags(List<? extends CfnChangeSet.TagsItemsProperty> tags) Key-value pairs to associate with the change set.CfnChangeSet.Builder.templateBody(String templateBody) A structure that contains the body of the revised template.CfnChangeSet.Builder.templateUrl(String templateUrl) The URL of the file that contains the revised template.CfnChangeSet.Builder.usePreviousTemplate(Boolean usePreviousTemplate) Whether to reuse the template associated with the stack to create the change set.CfnChangeSet.Builder.usePreviousTemplate(IResolvable usePreviousTemplate) Whether to reuse the template associated with the stack to create the change set.