Package software.amazon.awscdk
Class CfnChangeSetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.CfnChangeSetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnChangeSetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChangeSetProps
@Stability(Stable)
@Internal
public static final class CfnChangeSetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChangeSetProps
An implementation for
CfnChangeSetProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.CfnChangeSetProps
CfnChangeSetProps.Builder, CfnChangeSetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnChangeSetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnChangeSetProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanThe capabilities that are allowed in the stack.final StringThe name of the change set.final StringThe type of change set operation.final StringDetermines how CloudFormation handles configuration drift during deployment.final StringA description to help you identify this change set.final ObjectIndicates if the change set imports resources that already exist.final ObjectCreates a change set for all nested stacks specified in the template.The ARNs of Amazon SNS topics that CloudFormation associates with the stack.final StringDetermines what action will be taken if stack creation fails.final StringThe ARN of an IAM role that CloudFormation assumes when executing the change set.final StringThe name or unique ID of the stack for which you are creating a change set.getTags()Key-value pairs to associate with the change set.final StringA structure that contains the body of the revised template.final StringThe URL of the file that contains the revised template.final ObjectWhether to reuse the template associated with the stack to create the change set.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnChangeSetProps.Builder.
-
-
Method Details
-
getChangeSetName
Description copied from interface:CfnChangeSetPropsThe name of the change set.Must be unique among all change sets associated with the specified stack.
- Specified by:
getChangeSetNamein interfaceCfnChangeSetProps- See Also:
-
getStackName
Description copied from interface:CfnChangeSetPropsThe name or unique ID of the stack for which you are creating a change set.- Specified by:
getStackNamein interfaceCfnChangeSetProps- See Also:
-
getCapabilities
Description copied from interface:CfnChangeSetPropsThe capabilities that are allowed in the stack.- Specified by:
getCapabilitiesin interfaceCfnChangeSetProps- See Also:
-
getChangeSetType
Description copied from interface:CfnChangeSetPropsThe type of change set operation.- Specified by:
getChangeSetTypein interfaceCfnChangeSetProps- See Also:
-
getDeploymentMode
Description copied from interface:CfnChangeSetPropsDetermines how CloudFormation handles configuration drift during deployment.- Specified by:
getDeploymentModein interfaceCfnChangeSetProps- See Also:
-
getDescription
Description copied from interface:CfnChangeSetPropsA description to help you identify this change set.- Specified by:
getDescriptionin interfaceCfnChangeSetProps- See Also:
-
getImportExistingResources
Description copied from interface:CfnChangeSetPropsIndicates if the change set imports resources that already exist.Returns union: either
BooleanorIResolvable- Specified by:
getImportExistingResourcesin interfaceCfnChangeSetProps- See Also:
-
getIncludeNestedStacks
Description copied from interface:CfnChangeSetPropsCreates a change set for all nested stacks specified in the template.Returns union: either
BooleanorIResolvable- Specified by:
getIncludeNestedStacksin interfaceCfnChangeSetProps- See Also:
-
getNotificationArns
Description copied from interface:CfnChangeSetPropsThe ARNs of Amazon SNS topics that CloudFormation associates with the stack.- Specified by:
getNotificationArnsin interfaceCfnChangeSetProps- See Also:
-
getOnStackFailure
Description copied from interface:CfnChangeSetPropsDetermines what action will be taken if stack creation fails.- Specified by:
getOnStackFailurein interfaceCfnChangeSetProps- See Also:
-
getRoleArn
Description copied from interface:CfnChangeSetPropsThe ARN of an IAM role that CloudFormation assumes when executing the change set.- Specified by:
getRoleArnin interfaceCfnChangeSetProps- See Also:
-
getTags
Description copied from interface:CfnChangeSetPropsKey-value pairs to associate with the change set.- Specified by:
getTagsin interfaceCfnChangeSetProps- See Also:
-
getTemplateBody
Description copied from interface:CfnChangeSetPropsA structure that contains the body of the revised template.- Specified by:
getTemplateBodyin interfaceCfnChangeSetProps- See Also:
-
getTemplateUrl
Description copied from interface:CfnChangeSetPropsThe URL of the file that contains the revised template.- Specified by:
getTemplateUrlin interfaceCfnChangeSetProps- See Also:
-
getUsePreviousTemplate
Description copied from interface:CfnChangeSetPropsWhether to reuse the template associated with the stack to create the change set.Returns union: either
BooleanorIResolvable- Specified by:
getUsePreviousTemplatein interfaceCfnChangeSetProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-