@Stability(value=Stable) public static final class CfnStackSetConstraint.Builder extends Object implements software.amazon.jsii.Builder<CfnStackSetConstraint>
CfnStackSetConstraint.| Modifier and Type | Method and Description |
|---|---|
CfnStackSetConstraint.Builder |
acceptLanguage(String acceptLanguage)
The language code.
|
CfnStackSetConstraint.Builder |
accountList(List<String> accountList)
One or more AWS accounts that will have access to the provisioned product.
|
CfnStackSetConstraint.Builder |
adminRole(String adminRole)
AdminRole ARN.
|
CfnStackSetConstraint |
build() |
static CfnStackSetConstraint.Builder |
create(software.constructs.Construct scope,
String id) |
CfnStackSetConstraint.Builder |
description(String description)
The description of the constraint.
|
CfnStackSetConstraint.Builder |
executionRole(String executionRole)
ExecutionRole name.
|
CfnStackSetConstraint.Builder |
portfolioId(String portfolioId)
The portfolio identifier.
|
CfnStackSetConstraint.Builder |
productId(String productId)
The product identifier.
|
CfnStackSetConstraint.Builder |
regionList(List<String> regionList)
One or more AWS Regions where the provisioned product will be available.
|
CfnStackSetConstraint.Builder |
stackInstanceControl(String stackInstanceControl)
Permission to create, update, and delete stack instances.
|
@Stability(value=Stable) public static CfnStackSetConstraint.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnStackSetConstraint.Builder.@Stability(value=Stable) public CfnStackSetConstraint.Builder accountList(List<String> accountList)
accountList - One or more AWS accounts that will have access to the provisioned product. This parameter is required.this@Stability(value=Stable) public CfnStackSetConstraint.Builder adminRole(String adminRole)
adminRole - AdminRole ARN. This parameter is required.this@Stability(value=Stable) public CfnStackSetConstraint.Builder description(String description)
description - The description of the constraint. This parameter is required.this@Stability(value=Stable) public CfnStackSetConstraint.Builder executionRole(String executionRole)
executionRole - ExecutionRole name. This parameter is required.this@Stability(value=Stable) public CfnStackSetConstraint.Builder portfolioId(String portfolioId)
portfolioId - The portfolio identifier. This parameter is required.this@Stability(value=Stable) public CfnStackSetConstraint.Builder productId(String productId)
productId - The product identifier. This parameter is required.this@Stability(value=Stable) public CfnStackSetConstraint.Builder regionList(List<String> regionList)
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.
regionList - One or more AWS Regions where the provisioned product will be available. This parameter is required.this@Stability(value=Stable) public CfnStackSetConstraint.Builder stackInstanceControl(String stackInstanceControl)
Choose from ALLOWED and NOT_ALLOWED.
stackInstanceControl - Permission to create, update, and delete stack instances. This parameter is required.this@Stability(value=Stable) public CfnStackSetConstraint.Builder acceptLanguage(String acceptLanguage)
en - English (default)jp - Japanesezh - ChineseacceptLanguage - The language code. This parameter is required.this@Stability(value=Stable) public CfnStackSetConstraint build()
build in interface software.amazon.jsii.Builder<CfnStackSetConstraint>Copyright © 2022. All rights reserved.