Class CfnStackSet.AutoDeploymentProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudformation.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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudformation.CfnStackSet.AutoDeploymentProperty
CfnStackSet.AutoDeploymentProperty.Builder, CfnStackSet.AutoDeploymentProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStackSet.AutoDeploymentProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
If 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 Object
If set totrue
, stack resources are retained when an account is removed from a target organization or OU.final int
hashCode()
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.AutoDeploymentProperty
If 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.
- Specified by:
getEnabled
in interfaceCfnStackSet.AutoDeploymentProperty
-
getRetainStacksOnAccountRemoval
Description copied from interface:CfnStackSet.AutoDeploymentProperty
If 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 ifEnabled
is set toTrue
.- Specified by:
getRetainStacksOnAccountRemoval
in interfaceCfnStackSet.AutoDeploymentProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-