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
-
(Optional) 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
-
(Optional) Metadata that can be used to manage the fleet.
Required: No
Type: List of Tag
Maximum:
50
Update 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.