interface StackReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.OpsWorks.StackReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsopsworks#StackReference |
![]() | software.amazon.awscdk.services.opsworks.StackReference |
![]() | aws_cdk.aws_opsworks.StackReference |
![]() | aws-cdk-lib » aws_opsworks » 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_opsworks as opsworks } from 'aws-cdk-lib';
const stackReference: opsworks.StackReference = {
stackId: 'stackId',
};
Properties
Name | Type | Description |
---|---|---|
stack | string | The Id of the Stack resource. |
stackId
Type:
string
The Id of the Stack resource.