interface IStackSetRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.IStackSetRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2#IStackSetRef | 
|  Java | software.amazon.awscdk.IStackSetRef | 
|  Python | aws_cdk.IStackSetRef | 
|  TypeScript | aws-cdk-lib»IStackSetRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a StackSet.
Properties
| Name | Type | Description | 
|---|---|---|
| node | Node | The tree node. | 
| stack | Stack | A reference to a StackSet resource. | 
node
Type:
Node
The tree node.
stackSetRef
Type:
Stack
A reference to a StackSet resource.
