Class CfnStackSetPropsMixin.AutoDeploymentProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnStackSetPropsMixin.AutoDeploymentProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStackSetPropsMixin.AutoDeploymentProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStackSetPropsMixin.AutoDeploymentProperty
@Stability(Stable)
@Internal
public static final class CfnStackSetPropsMixin.AutoDeploymentProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStackSetPropsMixin.AutoDeploymentProperty
An implementation for
CfnStackSetPropsMixin.AutoDeploymentProperty-
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.CfnStackSetPropsMixin.AutoDeploymentProperty
CfnStackSetPropsMixin.AutoDeploymentProperty.Builder, CfnStackSetPropsMixin.AutoDeploymentProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStackSetPropsMixin.AutoDeploymentProperty.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 booleanA list of StackSet ARNs that this StackSet depends on for auto-deployment operations.final ObjectIf set totrue, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions.final ObjectIf set totrue, stack resources are retained when an account is removed from a target organization or OU.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 theCfnStackSetPropsMixin.AutoDeploymentProperty.Builder.
-
-
Method Details
-
getDependsOn
Description copied from interface:CfnStackSetPropsMixin.AutoDeploymentPropertyA list of StackSet ARNs that this StackSet depends on for auto-deployment operations.When auto-deployment is triggered, operations will be sequenced to ensure all dependencies complete successfully before this StackSet's operation begins.
- Specified by:
getDependsOnin interfaceCfnStackSetPropsMixin.AutoDeploymentProperty- See Also:
-
getEnabled
Description copied from interface:CfnStackSetPropsMixin.AutoDeploymentPropertyIf set totrue, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions.If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnStackSetPropsMixin.AutoDeploymentProperty- See Also:
-
getRetainStacksOnAccountRemoval
Description copied from interface:CfnStackSetPropsMixin.AutoDeploymentPropertyIf set totrue, stack resources are retained when an account is removed from a target organization or OU.If set to
false, stack resources are deleted. Specify only ifEnabledis set toTrue.Returns union: either
BooleanorIResolvable- Specified by:
getRetainStacksOnAccountRemovalin interfaceCfnStackSetPropsMixin.AutoDeploymentProperty- 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()
-