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

.NET
Go
Java
Python
TypeScript