public static final class CfnStackSetConstraintProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStackSetConstraintProps
CfnStackSetConstraintProps
CfnStackSetConstraintProps.Builder, CfnStackSetConstraintProps.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.String |
getAcceptLanguage()
The language code.
|
java.util.List<java.lang.String> |
getAccountList()
One or more AWS accounts that will have access to the provisioned product.
|
java.lang.String |
getAdminRole()
AdminRole ARN.
|
java.lang.String |
getDescription()
The description of the constraint.
|
java.lang.String |
getExecutionRole()
ExecutionRole name.
|
java.lang.String |
getPortfolioId()
The portfolio identifier.
|
java.lang.String |
getProductId()
The product identifier.
|
java.util.List<java.lang.String> |
getRegionList()
One or more AWS Regions where the provisioned product will be available.
|
java.lang.String |
getStackInstanceControl()
Permission to create, update, and delete stack instances.
|
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.util.List<java.lang.String> getAccountList()
CfnStackSetConstraintProps
getAccountList
in interface CfnStackSetConstraintProps
public final java.lang.String getAdminRole()
CfnStackSetConstraintProps
getAdminRole
in interface CfnStackSetConstraintProps
public final java.lang.String getDescription()
CfnStackSetConstraintProps
getDescription
in interface CfnStackSetConstraintProps
public final java.lang.String getExecutionRole()
CfnStackSetConstraintProps
getExecutionRole
in interface CfnStackSetConstraintProps
public final java.lang.String getPortfolioId()
CfnStackSetConstraintProps
getPortfolioId
in interface CfnStackSetConstraintProps
public final java.lang.String getProductId()
CfnStackSetConstraintProps
getProductId
in interface CfnStackSetConstraintProps
public final java.util.List<java.lang.String> getRegionList()
CfnStackSetConstraintProps
Applicable only to a CFN_STACKSET
provisioned product type.
The specified Regions should be within the list of Regions from the STACKSET
constraint. To get the list of Regions in the STACKSET
constraint, use the DescribeProvisioningParameters
operation.
If no values are specified, the default value is all Regions from the STACKSET
constraint.
getRegionList
in interface CfnStackSetConstraintProps
public final java.lang.String getStackInstanceControl()
CfnStackSetConstraintProps
Choose from ALLOWED and NOT_ALLOWED.
getStackInstanceControl
in interface CfnStackSetConstraintProps
public final java.lang.String getAcceptLanguage()
CfnStackSetConstraintProps
en
- English (default)jp
- Japanesezh
- ChinesegetAcceptLanguage
in interface CfnStackSetConstraintProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()