Class CfnStackSetPropsMixin.StackInstancesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnStackSetPropsMixin.StackInstancesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStackSetPropsMixin.StackInstancesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStackSetPropsMixin.StackInstancesProperty
@Stability(Stable)
@Internal
public static final class CfnStackSetPropsMixin.StackInstancesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStackSetPropsMixin.StackInstancesProperty
An implementation for
CfnStackSetPropsMixin.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.cfnpropertymixins.services.cloudformation.CfnStackSetPropsMixin.StackInstancesProperty
CfnStackSetPropsMixin.StackInstancesProperty.Builder, CfnStackSetPropsMixin.StackInstancesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStackSetPropsMixin.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 theCfnStackSetPropsMixin.StackInstancesProperty.Builder.
-
-
Method Details
-
getDeploymentTargets
Description copied from interface:CfnStackSetPropsMixin.StackInstancesPropertyThe AWS Organizations accounts or AWS accounts to deploy stacks to in the specified Regions.Returns union: either
IResolvableorCfnStackSetPropsMixin.DeploymentTargetsProperty- Specified by:
getDeploymentTargetsin interfaceCfnStackSetPropsMixin.StackInstancesProperty- See Also:
-
getParameterOverrides
Description copied from interface:CfnStackSetPropsMixin.StackInstancesPropertyA list of StackSet parameters whose values you want to override in the selected stack instances.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnStackSetPropsMixin.ParameterProperty>- Specified by:
getParameterOverridesin interfaceCfnStackSetPropsMixin.StackInstancesProperty- See Also:
-
getRegions
Description copied from interface:CfnStackSetPropsMixin.StackInstancesPropertyThe names of one or more Regions where you want to create stack instances using the specified AWS accounts .- Specified by:
getRegionsin interfaceCfnStackSetPropsMixin.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()
-