Class CfnStackSet.AutoDeploymentProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.core.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
  • 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

      protected Jsii$Proxy(CfnStackSet.AutoDeploymentProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnStackSet.AutoDeploymentProperty.Builder.
  • Method Details

    • getEnabled

      public final Object getEnabled()
      Description copied from interface: CfnStackSet.AutoDeploymentProperty
      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.

      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 interface CfnStackSet.AutoDeploymentProperty
    • getRetainStacksOnAccountRemoval

      public final Object getRetainStacksOnAccountRemoval()
      Description copied from interface: CfnStackSet.AutoDeploymentProperty
      If set to true , 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 if Enabled is set to True .

      Specified by:
      getRetainStacksOnAccountRemoval in interface CfnStackSet.AutoDeploymentProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object