Package software.amazon.awscdk.core
Class CfnStackSet.StackInstancesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.core.CfnStackSet.StackInstancesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStackSet.StackInstancesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnStackSet.StackInstancesProperty
@Stability(Stable)
@Internal
public static final class CfnStackSet.StackInstancesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStackSet.StackInstancesProperty
An implementation for
CfnStackSet.StackInstancesProperty-
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.core.CfnStackSet.StackInstancesProperty
CfnStackSet.StackInstancesProperty.Builder, CfnStackSet.StackInstancesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStackSet.StackInstancesProperty.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 ObjectThe AWSOrganizationalUnitIdsorAccountsfor which to create stack instances in the specified Regions.final ObjectA list of stack set parameters whose values you want to override in the selected stack instances.The names of one or more Regions where you want to create stack instances using the specified AWS accounts .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.StackInstancesProperty.Builder.
-
-
Method Details
-
getDeploymentTargets
Description copied from interface:CfnStackSet.StackInstancesPropertyThe AWSOrganizationalUnitIdsorAccountsfor which to create stack instances in the specified Regions.- Specified by:
getDeploymentTargetsin interfaceCfnStackSet.StackInstancesProperty
-
getRegions
Description copied from interface:CfnStackSet.StackInstancesPropertyThe names of one or more Regions where you want to create stack instances using the specified AWS accounts .- Specified by:
getRegionsin interfaceCfnStackSet.StackInstancesProperty
-
getParameterOverrides
Description copied from interface:CfnStackSet.StackInstancesPropertyA list of stack set parameters whose values you want to override in the selected stack instances.- Specified by:
getParameterOverridesin interfaceCfnStackSet.StackInstancesProperty
-
$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()
-