AWS::IoTFleetWise::Fleet

Creates a fleet that represents a group of vehicles.

Note

You must create both a signal catalog and vehicles before you can create a fleet.

For more information, see Fleets in the AWS IoT FleetWise Developer Guide.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::IoTFleetWise::Fleet", "Properties" : { "Description" : String, "Id" : String, "SignalCatalogArn" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::IoTFleetWise::Fleet Properties: Description: String Id: String SignalCatalogArn: String Tags: - Tag

Properties

Description

A brief description of the fleet.

Required: No

Type: String

Minimum: 1

Maximum: 2048

Pattern: [^\u0000-\u001F\u007F]+

Update requires: No interruption

Id

The unique ID of the fleet.

Required: Yes

Type: String

Minimum: 1

Maximum: 100

Pattern: [a-zA-Z0-9:_-]+

Update requires: Replacement

SignalCatalogArn

The ARN of the signal catalog associated with the fleet.

Required: Yes

Type: String

Update requires: Replacement

Tags

Property description not available.

Required: No

Type: List of Tag

Update requires: No interruption

Return values

Ref

Fn::GetAtt

Arn

Property description not available.

CreationTime

Property description not available.

LastModificationTime

Property description not available.