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