This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::IoTFleetWise::Fleet
Important
AWS IoT FleetWise will no longer be open to new customers starting April 30, 2026. If you would like to use AWS IoT FleetWise, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see AWS IoT FleetWise availability change.
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 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
Pattern:
^[^\u0000-\u001F\u007F]+$Minimum:
1Maximum:
2048Update requires: No interruption
Id-
The unique ID of the fleet.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9:_-]+$Minimum:
1Maximum:
100Update requires: Replacement
SignalCatalogArn-
The ARN of the signal catalog associated with the fleet.
Required: Yes
Type: String
Update requires: Replacement
-
Metadata that can be used to manage the fleet.
Required: No
Type: Array of Tag
Minimum:
0Maximum:
50Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the Id.
For more information about using the Ref function, see Ref.
Fn::GetAtt
The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.
Arn-
The Amazon Resource Name (ARN) of the created fleet.
CreationTime-
The time the fleet was created in seconds since epoch (January 1, 1970 at midnight UTC time).
LastModificationTime-
The time the fleet was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).