interface FleetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppStream.FleetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappstream#FleetReference |
![]() | software.amazon.awscdk.services.appstream.FleetReference |
![]() | aws_cdk.aws_appstream.FleetReference |
![]() | aws-cdk-lib » 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 appstream } from 'aws-cdk-lib';
const fleetReference: 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.