interface FleetReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.AppStream.FleetReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsappstream#FleetReference |
Java | software.amazon.awscdk.interfaces.appstream.FleetReference |
Python | aws_cdk.interfaces.aws_appstream.FleetReference |
TypeScript | aws-cdk-lib » interfaces » aws_appstream » FleetReference |
A reference to a Fleet 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_appstream } from 'aws-cdk-lib/interfaces';
const fleetReference: interfaces_appstream.FleetReference = {
fleetId: 'fleetId',
};
Properties
| Name | Type | Description |
|---|---|---|
| fleet | string | The Id of the Fleet resource. |
fleetId
Type:
string
The Id of the Fleet resource.

.NET
Go
Java
Python
TypeScript