AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ServiceCatalog::StackSetConstraint

CfnStackSetConstraint

Specifies a StackSet constraint.

Import

import { CfnStackSetConstraint } from 'aws-cdk-lib/aws-servicecatalog';

Or use the module namespace:

import * as servicecatalog from 'aws-cdk-lib/aws-servicecatalog';
// servicecatalog.CfnStackSetConstraint

Properties

Configuration passed to the constructor as CfnStackSetConstraintProps.

accountListRequired
string[]

One or more AWS accounts that will have access to the provisioned product.

adminRoleRequired
string

AdminRole ARN.

descriptionRequired
string

The description of the constraint.

executionRoleRequired
string

ExecutionRole name.

portfolioIdRequired
string

The portfolio identifier.

productIdRequired
string

The product identifier.

regionListRequired
string[]

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.

stackInstanceControlRequired
string

Permission to create, update, and delete stack instances. Choose from ALLOWED and NOT_ALLOWED.

acceptLanguageOptional
string

The language code. - `jp` - Japanese - `zh` - Chinese

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter