interface StackFleetAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppStream.StackFleetAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappstream#StackFleetAssociationReference |
![]() | software.amazon.awscdk.services.appstream.StackFleetAssociationReference |
![]() | aws_cdk.aws_appstream.StackFleetAssociationReference |
![]() | aws-cdk-lib » aws_appstream » StackFleetAssociationReference |
A reference to a StackFleetAssociation 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 stackFleetAssociationReference: appstream.StackFleetAssociationReference = {
stackFleetAssociationId: 'stackFleetAssociationId',
};
Properties
Name | Type | Description |
---|---|---|
stack | string | The Id of the StackFleetAssociation resource. |
stackFleetAssociationId
Type:
string
The Id of the StackFleetAssociation resource.