interface IStackRef
Language | Type name |
---|---|
![]() | Amazon.CDK.IStackRef |
![]() | github.com/aws/aws-cdk-go/awscdk/v2#IStackRef |
![]() | software.amazon.awscdk.IStackRef |
![]() | aws_cdk.IStackRef |
![]() | aws-cdk-lib » 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.