Class CfnStackSetConstraintProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.servicecatalog.CfnStackSetConstraintProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStackSetConstraintProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStackSetConstraintProps
@Stability(Stable)
@Internal
public static final class CfnStackSetConstraintProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStackSetConstraintProps
An implementation for
CfnStackSetConstraintProps
-
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.services.servicecatalog.CfnStackSetConstraintProps
CfnStackSetConstraintProps.Builder, CfnStackSetConstraintProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStackSetConstraintProps.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 String
The language code.One or more AWS accounts that will have access to the provisioned product.final String
AdminRole ARN.final String
The description of the constraint.final String
ExecutionRole name.final String
The portfolio identifier.final String
The product identifier.One or more AWS Regions where the provisioned product will be available.final String
Permission to create, update, and delete stack instances.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 theCfnStackSetConstraintProps.Builder
.
-
-
Method Details
-
getAccountList
Description copied from interface:CfnStackSetConstraintProps
One or more AWS accounts that will have access to the provisioned product.- Specified by:
getAccountList
in interfaceCfnStackSetConstraintProps
- See Also:
-
getAdminRole
Description copied from interface:CfnStackSetConstraintProps
AdminRole ARN.- Specified by:
getAdminRole
in interfaceCfnStackSetConstraintProps
- See Also:
-
getDescription
Description copied from interface:CfnStackSetConstraintProps
The description of the constraint.- Specified by:
getDescription
in interfaceCfnStackSetConstraintProps
- See Also:
-
getExecutionRole
Description copied from interface:CfnStackSetConstraintProps
ExecutionRole name.- Specified by:
getExecutionRole
in interfaceCfnStackSetConstraintProps
- See Also:
-
getPortfolioId
Description copied from interface:CfnStackSetConstraintProps
The portfolio identifier.- Specified by:
getPortfolioId
in interfaceCfnStackSetConstraintProps
- See Also:
-
getProductId
Description copied from interface:CfnStackSetConstraintProps
The product identifier.- Specified by:
getProductId
in interfaceCfnStackSetConstraintProps
- See Also:
-
getRegionList
Description copied from interface:CfnStackSetConstraintProps
One or more AWS Regions where the provisioned product will be available.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 theSTACKSET
constraint, use theDescribeProvisioningParameters
operation.If no values are specified, the default value is all Regions from the
STACKSET
constraint.- Specified by:
getRegionList
in interfaceCfnStackSetConstraintProps
- See Also:
-
getStackInstanceControl
Description copied from interface:CfnStackSetConstraintProps
Permission to create, update, and delete stack instances.Choose from ALLOWED and NOT_ALLOWED.
- Specified by:
getStackInstanceControl
in interfaceCfnStackSetConstraintProps
- See Also:
-
getAcceptLanguage
Description copied from interface:CfnStackSetConstraintProps
The language code.jp
- Japanesezh
- Chinese
- Specified by:
getAcceptLanguage
in interfaceCfnStackSetConstraintProps
- 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()
-