interface StackSetConstraintReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Servicecatalog.StackSetConstraintReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#StackSetConstraintReference |
![]() | software.amazon.awscdk.services.servicecatalog.StackSetConstraintReference |
![]() | aws_cdk.aws_servicecatalog.StackSetConstraintReference |
![]() | 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.