public static final class CfnStackSet.StackInstancesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStackSet.StackInstancesProperty
CfnStackSet.StackInstancesProperty
CfnStackSet.StackInstancesProperty.Builder, CfnStackSet.StackInstancesProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getDeploymentTargets()
The AWS `OrganizationalUnitIds` or `Accounts` for which to create stack instances in the specified Regions.
|
java.lang.Object |
getParameterOverrides()
A list of stack set parameters whose values you want to override in the selected stack instances.
|
java.util.List<java.lang.String> |
getRegions()
The names of one or more Regions where you want to create stack instances using the specified AWS accounts .
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getDeploymentTargets()
CfnStackSet.StackInstancesProperty
getDeploymentTargets
in interface CfnStackSet.StackInstancesProperty
public final java.util.List<java.lang.String> getRegions()
CfnStackSet.StackInstancesProperty
getRegions
in interface CfnStackSet.StackInstancesProperty
public final java.lang.Object getParameterOverrides()
CfnStackSet.StackInstancesProperty
getParameterOverrides
in interface CfnStackSet.StackInstancesProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()