@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.097Z") @Stability(value=Stable) public interface CfnStackSetConstraintProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.servicecatalog.*;
CfnStackSetConstraintProps cfnStackSetConstraintProps = CfnStackSetConstraintProps.builder()
.accountList(List.of("accountList"))
.adminRole("adminRole")
.description("description")
.executionRole("executionRole")
.portfolioId("portfolioId")
.productId("productId")
.regionList(List.of("regionList"))
.stackInstanceControl("stackInstanceControl")
// the properties below are optional
.acceptLanguage("acceptLanguage")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStackSetConstraintProps.Builder
A builder for
CfnStackSetConstraintProps |
static class |
CfnStackSetConstraintProps.Jsii$Proxy
An implementation for
CfnStackSetConstraintProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnStackSetConstraintProps.Builder |
builder() |
default String |
getAcceptLanguage()
The language code.
|
List<String> |
getAccountList()
One or more AWS accounts that will have access to the provisioned product.
|
String |
getAdminRole()
AdminRole ARN.
|
String |
getDescription()
The description of the constraint.
|
String |
getExecutionRole()
ExecutionRole name.
|
String |
getPortfolioId()
The portfolio identifier.
|
String |
getProductId()
The product identifier.
|
List<String> |
getRegionList()
One or more AWS Regions where the provisioned product will be available.
|
String |
getStackInstanceControl()
Permission to create, update, and delete stack instances.
|
@Stability(value=Stable) @NotNull List<String> getAccountList()
@Stability(value=Stable) @NotNull String getAdminRole()
@Stability(value=Stable) @NotNull String getDescription()
@Stability(value=Stable) @NotNull String getExecutionRole()
@Stability(value=Stable) @NotNull String getPortfolioId()
@Stability(value=Stable) @NotNull String getProductId()
@Stability(value=Stable) @NotNull List<String> getRegionList()
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.
@Stability(value=Stable) @NotNull String getStackInstanceControl()
Choose from ALLOWED and NOT_ALLOWED.
@Stability(value=Stable) @Nullable default String getAcceptLanguage()
en - English (default)jp - Japanesezh - Chinese@Stability(value=Stable) static CfnStackSetConstraintProps.Builder builder()
CfnStackSetConstraintProps.Builder of CfnStackSetConstraintPropsCopyright © 2022. All rights reserved.