Class CfnStackSetConstraintMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.servicecatalog.CfnStackSetConstraintMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStackSetConstraintMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStackSetConstraintMixinProps
@Stability(Stable)
@Internal
public static final class CfnStackSetConstraintMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStackSetConstraintMixinProps
An implementation for
CfnStackSetConstraintMixinProps-
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.servicecatalog.CfnStackSetConstraintMixinProps
CfnStackSetConstraintMixinProps.Builder, CfnStackSetConstraintMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStackSetConstraintMixinProps.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 StringThe language code.One or more AWS accounts that will have access to the provisioned product.final StringAdminRole ARN.final StringThe description of the constraint.final StringExecutionRole name.final StringThe portfolio identifier.final StringThe product identifier.One or more AWS Regions where the provisioned product will be available.final StringPermission to create, update, and delete stack instances.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 theCfnStackSetConstraintMixinProps.Builder.
-
-
Method Details
-
getAcceptLanguage
Description copied from interface:CfnStackSetConstraintMixinPropsThe language code.jp- Japanesezh- Chinese
- Specified by:
getAcceptLanguagein interfaceCfnStackSetConstraintMixinProps- See Also:
-
getAccountList
Description copied from interface:CfnStackSetConstraintMixinPropsOne or more AWS accounts that will have access to the provisioned product.- Specified by:
getAccountListin interfaceCfnStackSetConstraintMixinProps- See Also:
-
getAdminRole
Description copied from interface:CfnStackSetConstraintMixinPropsAdminRole ARN.- Specified by:
getAdminRolein interfaceCfnStackSetConstraintMixinProps- See Also:
-
getDescription
Description copied from interface:CfnStackSetConstraintMixinPropsThe description of the constraint.- Specified by:
getDescriptionin interfaceCfnStackSetConstraintMixinProps- See Also:
-
getExecutionRole
Description copied from interface:CfnStackSetConstraintMixinPropsExecutionRole name.- Specified by:
getExecutionRolein interfaceCfnStackSetConstraintMixinProps- See Also:
-
getPortfolioId
Description copied from interface:CfnStackSetConstraintMixinPropsThe portfolio identifier.- Specified by:
getPortfolioIdin interfaceCfnStackSetConstraintMixinProps- See Also:
-
getProductId
Description copied from interface:CfnStackSetConstraintMixinPropsThe product identifier.- Specified by:
getProductIdin interfaceCfnStackSetConstraintMixinProps- See Also:
-
getRegionList
Description copied from interface:CfnStackSetConstraintMixinPropsOne or more AWS Regions where the provisioned product will be available.Applicable only to a
CFN_STACKSETprovisioned product type.The specified Regions should be within the list of Regions from the
STACKSETconstraint. To get the list of Regions in theSTACKSETconstraint, use theDescribeProvisioningParametersoperation.If no values are specified, the default value is all Regions from the
STACKSETconstraint.- Specified by:
getRegionListin interfaceCfnStackSetConstraintMixinProps- See Also:
-
getStackInstanceControl
Description copied from interface:CfnStackSetConstraintMixinPropsPermission to create, update, and delete stack instances.Choose from ALLOWED and NOT_ALLOWED.
- Specified by:
getStackInstanceControlin interfaceCfnStackSetConstraintMixinProps- 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()
-