interface StackFleetAssociationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.AppStream.StackFleetAssociationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsappstream#StackFleetAssociationReference |
Java | software.amazon.awscdk.interfaces.appstream.StackFleetAssociationReference |
Python | aws_cdk.interfaces.aws_appstream.StackFleetAssociationReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_appstream } from 'aws-cdk-lib/interfaces';
const stackFleetAssociationReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript