interface StackSetConstraintReference
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Servicecatalog.StackSetConstraintReference | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#StackSetConstraintReference | 
|  Java | software.amazon.awscdk.services.servicecatalog.StackSetConstraintReference | 
|  Python | aws_cdk.aws_servicecatalog.StackSetConstraintReference | 
|  TypeScript | aws-cdk-lib»aws_servicecatalog»StackSetConstraintReference | 
A reference to a StackSetConstraint resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_servicecatalog as servicecatalog } from 'aws-cdk-lib';
const stackSetConstraintReference: servicecatalog.StackSetConstraintReference = {
  stackSetConstraintId: 'stackSetConstraintId',
};
Properties
| Name | Type | Description | 
|---|---|---|
| stack | string | The Id of the StackSetConstraint resource. | 
stackSetConstraintId
Type:
string
The Id of the StackSetConstraint resource.
