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