AWS::ServiceCatalog::StackSetConstraintSpecifies a StackSet constraint.
import { CfnStackSetConstraint } from 'aws-cdk-lib/aws-servicecatalog';Or use the module namespace:
import * as servicecatalog from 'aws-cdk-lib/aws-servicecatalog';
// servicecatalog.CfnStackSetConstraintConfiguration passed to the constructor as CfnStackSetConstraintProps.
accountListRequiredstring[]One or more AWS accounts that will have access to the provisioned product.
adminRoleRequiredstringAdminRole ARN.
descriptionRequiredstringThe description of the constraint.
executionRoleRequiredstringExecutionRole name.
portfolioIdRequiredstringThe portfolio identifier.
productIdRequiredstringThe product identifier.
regionListRequiredstring[]One or more AWS Regions where the provisioned product will be available. 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.
stackInstanceControlRequiredstringPermission to create, update, and delete stack instances. Choose from ALLOWED and NOT_ALLOWED.
acceptLanguageOptionalstringThe language code. - `jp` - Japanese - `zh` - Chinese
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-servicecatalogAWS::ServiceCatalog::StackSetConstraint