@Stability(value=Stable) public static final class CfnStackSetConstraintProps.Builder extends Object implements software.amazon.jsii.Builder<CfnStackSetConstraintProps>
CfnStackSetConstraintProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnStackSetConstraintProps.Builder accountList(List<String> accountList)
CfnStackSetConstraintProps.getAccountList()accountList - One or more AWS accounts that will have access to the provisioned product. This parameter is required.this@Stability(value=Stable) public CfnStackSetConstraintProps.Builder adminRole(String adminRole)
CfnStackSetConstraintProps.getAdminRole()adminRole - AdminRole ARN. This parameter is required.this@Stability(value=Stable) public CfnStackSetConstraintProps.Builder description(String description)
CfnStackSetConstraintProps.getDescription()description - The description of the constraint. This parameter is required.this@Stability(value=Stable) public CfnStackSetConstraintProps.Builder executionRole(String executionRole)
CfnStackSetConstraintProps.getExecutionRole()executionRole - ExecutionRole name. This parameter is required.this@Stability(value=Stable) public CfnStackSetConstraintProps.Builder portfolioId(String portfolioId)
CfnStackSetConstraintProps.getPortfolioId()portfolioId - The portfolio identifier. This parameter is required.this@Stability(value=Stable) public CfnStackSetConstraintProps.Builder productId(String productId)
CfnStackSetConstraintProps.getProductId()productId - The product identifier. This parameter is required.this@Stability(value=Stable) public CfnStackSetConstraintProps.Builder regionList(List<String> regionList)
CfnStackSetConstraintProps.getRegionList()regionList - One or more AWS Regions where the provisioned product will be available. This parameter is required.
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.
this@Stability(value=Stable) public CfnStackSetConstraintProps.Builder stackInstanceControl(String stackInstanceControl)
CfnStackSetConstraintProps.getStackInstanceControl()stackInstanceControl - Permission to create, update, and delete stack instances. This parameter is required.
Choose from ALLOWED and NOT_ALLOWED.this@Stability(value=Stable) public CfnStackSetConstraintProps.Builder acceptLanguage(String acceptLanguage)
CfnStackSetConstraintProps.getAcceptLanguage()acceptLanguage - The language code.
en - English (default)jp - Japanesezh - Chinesethis@Stability(value=Stable) public CfnStackSetConstraintProps build()
build in interface software.amazon.jsii.Builder<CfnStackSetConstraintProps>CfnStackSetConstraintPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.