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 Amazon IoT FleetWise Developer Guide.
Syntax
To declare this entity in your Amazon 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:StringId:StringSignalCatalogArn:StringTags:- Tag
Properties
Description-
A brief description of the fleet.
Required: No
Type: String
Minimum:
1Maximum:
2048Pattern:
[^\u0000-\u001F\u007F]+Update requires: No interruption
Id-
The unique ID of the fleet.
Required: Yes
Type: String
Minimum:
1Maximum:
100Pattern:
[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
TagsProperty description not available.
Required: No
Type: List of Tag
Update requires: No interruption