public static final class CfnStackSet.AutoDeploymentProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStackSet.AutoDeploymentProperty
CfnStackSet.AutoDeploymentProperty
CfnStackSet.AutoDeploymentProperty.Builder, CfnStackSet.AutoDeploymentProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getEnabled()
If set to `true` , 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.
|
java.lang.Object |
getRetainStacksOnAccountRemoval()
If set to `true` , stack resources are retained when an account is removed from a target organization or OU.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getEnabled()
CfnStackSet.AutoDeploymentProperty
If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
getEnabled
in interface CfnStackSet.AutoDeploymentProperty
public final java.lang.Object getRetainStacksOnAccountRemoval()
CfnStackSet.AutoDeploymentProperty
If set to false
, stack resources are deleted. Specify only if Enabled
is set to True
.
getRetainStacksOnAccountRemoval
in interface CfnStackSet.AutoDeploymentProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()