Package software.amazon.awscdk
Class CfnStackSet.StackInstancesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.CfnStackSet.StackInstancesProperty
CfnStackSet.StackInstancesProperty.Builder, CfnStackSet.StackInstancesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStackSet.StackInstancesProperty.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
The AWSOrganizationalUnitIds
orAccounts
for which to create stack instances in the specified Regions.final Object
A 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 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.StackInstancesProperty.Builder
.
-
-
Method Details
-
getDeploymentTargets
Description copied from interface:CfnStackSet.StackInstancesProperty
The AWSOrganizationalUnitIds
orAccounts
for which to create stack instances in the specified Regions.- Specified by:
getDeploymentTargets
in interfaceCfnStackSet.StackInstancesProperty
- See Also:
-
getRegions
Description copied from interface:CfnStackSet.StackInstancesProperty
The names of one or more Regions where you want to create stack instances using the specified AWS accounts .- Specified by:
getRegions
in interfaceCfnStackSet.StackInstancesProperty
- See Also:
-
getParameterOverrides
Description copied from interface:CfnStackSet.StackInstancesProperty
A list of stack set parameters whose values you want to override in the selected stack instances.- Specified by:
getParameterOverrides
in interfaceCfnStackSet.StackInstancesProperty
- See Also:
-
$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()
-