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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.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 AWS Organizations accounts or AWS accounts to deploy stacks to in the specified Regions.final ObjectA list of StackSet 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 AWS Organizations accounts or AWS accounts to deploy stacks to in the specified Regions.Returns union: either
IResolvableorCfnStackSet.DeploymentTargetsProperty- Specified by:
getDeploymentTargetsin interfaceCfnStackSet.StackInstancesProperty- See Also:
-
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- See Also:
-
getParameterOverrides
Description copied from interface:CfnStackSet.StackInstancesPropertyA list of StackSet parameters whose values you want to override in the selected stack instances.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnStackSet.ParameterProperty>- Specified by:
getParameterOverridesin interfaceCfnStackSet.StackInstancesProperty- See Also:
-
$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()
-