AWS::IoTFleetWise::FleetCreates a fleet that represents a group of vehicles. > You must create both a signal catalog and vehicles before you can create a fleet. For more information, see [Fleets](https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleets.html) in the *AWS IoT FleetWise Developer Guide* .
import { CfnFleet } from 'aws-cdk-lib/aws-iotfleetwise';Or use the module namespace:
import * as iotfleetwise from 'aws-cdk-lib/aws-iotfleetwise';
// iotfleetwise.CfnFleetConfiguration passed to the constructor as CfnFleetProps.
idRequiredstringThe unique ID of the fleet.
signalCatalogArnRequiredstringThe ARN of the signal catalog associated with the fleet.
descriptionOptionalstringA brief description of the fleet.
tagsOptionalCfnTag[]Metadata that can be used to manage the fleet.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iotfleetwiseAWS::IoTFleetWise::Fleet