AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::IoTFleetWise::Fleet

CfnFleet

Creates 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

import { CfnFleet } from 'aws-cdk-lib/aws-iotfleetwise';

Or use the module namespace:

import * as iotfleetwise from 'aws-cdk-lib/aws-iotfleetwise';
// iotfleetwise.CfnFleet

Properties

Configuration passed to the constructor as CfnFleetProps.

idRequired
string

The unique ID of the fleet.

signalCatalogArnRequired
string

The ARN of the signal catalog associated with the fleet.

descriptionOptional
string

A brief description of the fleet.

tagsOptional
CfnTag[]

Metadata that can be used to manage the fleet.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-iotfleetwise
CFN TypeAWS::IoTFleetWise::Fleet
Properties4

External Links