Package software.amazon.awscdk
Class CfnStackSet.AutoDeploymentProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.CfnStackSet.AutoDeploymentProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStackSet.AutoDeploymentProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStackSet.AutoDeploymentProperty
@Stability(Stable)
@Internal
public static final class CfnStackSet.AutoDeploymentProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStackSet.AutoDeploymentProperty
An implementation for
CfnStackSet.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.CfnStackSet.AutoDeploymentProperty
CfnStackSet.AutoDeploymentProperty.Builder, CfnStackSet.AutoDeploymentProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStackSet.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 booleanfinal 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 theCfnStackSet.AutoDeploymentProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnStackSet.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 interfaceCfnStackSet.AutoDeploymentProperty- See Also:
-
getRetainStacksOnAccountRemoval
Description copied from interface:CfnStackSet.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 interfaceCfnStackSet.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()
-