@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:29:03.915Z")
public interface CfnStackSetConstraintProps
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 java.lang.String |
getAcceptLanguage()
The language code.
|
java.util.List<java.lang.String> |
getAccountList()
One or more AWS accounts that will have access to the provisioned product.
|
java.lang.String |
getAdminRole()
AdminRole ARN.
|
java.lang.String |
getDescription()
The description of the constraint.
|
java.lang.String |
getExecutionRole()
ExecutionRole name.
|
java.lang.String |
getPortfolioId()
The portfolio identifier.
|
java.lang.String |
getProductId()
The product identifier.
|
java.util.List<java.lang.String> |
getRegionList()
One or more AWS Regions where the provisioned product will be available.
|
java.lang.String |
getStackInstanceControl()
Permission to create, update, and delete stack instances.
|
java.util.List<java.lang.String> getAccountList()
java.lang.String getAdminRole()
java.lang.String getDescription()
java.lang.String getExecutionRole()
java.lang.String getPortfolioId()
java.lang.String getProductId()
java.util.List<java.lang.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.
java.lang.String getStackInstanceControl()
Choose from ALLOWED and NOT_ALLOWED.
default java.lang.String getAcceptLanguage()
en
- English (default)jp
- Japanesezh
- Chinesestatic CfnStackSetConstraintProps.Builder builder()
CfnStackSetConstraintProps.Builder
of CfnStackSetConstraintProps