Class CfnChangeSetMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnChangeSetMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnChangeSetMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChangeSetMixinProps
@Stability(Stable)
@Internal
public static final class CfnChangeSetMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChangeSetMixinProps
An implementation for
CfnChangeSetMixinProps-
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.cfnpropertymixins.services.cloudformation.CfnChangeSetMixinProps
CfnChangeSetMixinProps.Builder, CfnChangeSetMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnChangeSetMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnChangeSetMixinProps.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 theCfnChangeSetMixinProps.Builder.
-
-
Method Details
-
getCapabilities
Description copied from interface:CfnChangeSetMixinPropsThe capabilities that are allowed in the stack.- Specified by:
getCapabilitiesin interfaceCfnChangeSetMixinProps- See Also:
-
getChangeSetName
Description copied from interface:CfnChangeSetMixinPropsThe name of the change set.Must be unique among all change sets associated with the specified stack.
- Specified by:
getChangeSetNamein interfaceCfnChangeSetMixinProps- See Also:
-
getChangeSetType
Description copied from interface:CfnChangeSetMixinPropsThe type of change set operation.- Specified by:
getChangeSetTypein interfaceCfnChangeSetMixinProps- See Also:
-
getDeploymentMode
Description copied from interface:CfnChangeSetMixinPropsDetermines how CloudFormation handles configuration drift during deployment.- Specified by:
getDeploymentModein interfaceCfnChangeSetMixinProps- See Also:
-
getDescription
Description copied from interface:CfnChangeSetMixinPropsA description to help you identify this change set.- Specified by:
getDescriptionin interfaceCfnChangeSetMixinProps- See Also:
-
getImportExistingResources
Description copied from interface:CfnChangeSetMixinPropsIndicates if the change set imports resources that already exist.Returns union: either
BooleanorIResolvable- Specified by:
getImportExistingResourcesin interfaceCfnChangeSetMixinProps- See Also:
-
getIncludeNestedStacks
Description copied from interface:CfnChangeSetMixinPropsCreates a change set for all nested stacks specified in the template.Returns union: either
BooleanorIResolvable- Specified by:
getIncludeNestedStacksin interfaceCfnChangeSetMixinProps- See Also:
-
getNotificationArns
Description copied from interface:CfnChangeSetMixinPropsThe ARNs of Amazon SNS topics that CloudFormation associates with the stack.- Specified by:
getNotificationArnsin interfaceCfnChangeSetMixinProps- See Also:
-
getOnStackFailure
Description copied from interface:CfnChangeSetMixinPropsDetermines what action will be taken if stack creation fails.- Specified by:
getOnStackFailurein interfaceCfnChangeSetMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnChangeSetMixinPropsThe ARN of an IAM role that CloudFormation assumes when executing the change set.- Specified by:
getRoleArnin interfaceCfnChangeSetMixinProps- See Also:
-
getStackName
Description copied from interface:CfnChangeSetMixinPropsThe name or unique ID of the stack for which you are creating a change set.- Specified by:
getStackNamein interfaceCfnChangeSetMixinProps- See Also:
-
getTags
Description copied from interface:CfnChangeSetMixinPropsKey-value pairs to associate with the change set.- Specified by:
getTagsin interfaceCfnChangeSetMixinProps- See Also:
-
getTemplateBody
Description copied from interface:CfnChangeSetMixinPropsA structure that contains the body of the revised template.- Specified by:
getTemplateBodyin interfaceCfnChangeSetMixinProps- See Also:
-
getTemplateUrl
Description copied from interface:CfnChangeSetMixinPropsThe URL of the file that contains the revised template.- Specified by:
getTemplateUrlin interfaceCfnChangeSetMixinProps- See Also:
-
getUsePreviousTemplate
Description copied from interface:CfnChangeSetMixinPropsWhether to reuse the template associated with the stack to create the change set.Returns union: either
BooleanorIResolvable- Specified by:
getUsePreviousTemplatein interfaceCfnChangeSetMixinProps- 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()
-