interface FleetReference
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.IoTFleetWise.FleetReference | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiotfleetwise#FleetReference | 
|  Java | software.amazon.awscdk.services.iotfleetwise.FleetReference | 
|  Python | aws_cdk.aws_iotfleetwise.FleetReference | 
|  TypeScript | aws-cdk-lib»aws_iotfleetwise»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_iotfleetwise as iotfleetwise } from 'aws-cdk-lib';
const fleetReference: iotfleetwise.FleetReference = {
  fleetArn: 'fleetArn',
  fleetId: 'fleetId',
};
Properties
| Name | Type | Description | 
|---|---|---|
| fleet | string | The ARN of the Fleet resource. | 
| fleet | string | The Id of the Fleet resource. | 
fleetArn
Type:
string
The ARN of the Fleet resource.
fleetId
Type:
string
The Id of the Fleet resource.
