interface StackSetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.StackSetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2#StackSetReference |
![]() | software.amazon.awscdk.StackSetReference |
![]() | aws_cdk.StackSetReference |
![]() | aws-cdk-lib » StackSetReference |
A reference to a StackSet resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from 'aws-cdk-lib';
const stackSetReference: cdk.StackSetReference = {
stackSetId: 'stackSetId',
};
Properties
Name | Type | Description |
---|---|---|
stack | string | The StackSetId of the StackSet resource. |
stackSetId
Type:
string
The StackSetId of the StackSet resource.