Skip to content

Fleet

Source: src/AWS/IoTFleetWise/Fleet.ts

An AWS IoT FleetWise fleet — a group of vehicles that campaigns can target collectively.

Fleets are free, provisioned near-instantly, and only carry a description besides their signal-catalog association. AWS IoT FleetWise is allowlist-gated and offered in us-east-1/eu-central-1 only.

const fleet = yield* Fleet("TestFleet", {
signalCatalogArn: catalog.signalCatalogArn,
description: "west-coast pilot vehicles",
});