AWS::IoTFleetWise::Vehicle
Creates a vehicle, which is an instance of a vehicle model (model manifest). Vehicles created from the same vehicle model consist of the same signals inherited from the vehicle model.
Note
If you have an existing Amazon IoT Thing, you can use Amazon IoT FleetWise to create a vehicle and collect data from your thing.
For more information, see Create a vehicle (CLI) 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::Vehicle", "Properties" : { "AssociationBehavior" :String, "Attributes" :{, "DecoderManifestArn" :Key:Value, ...}String, "ModelManifestArn" :String, "Name" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::IoTFleetWise::Vehicle Properties: AssociationBehavior:StringAttributes:DecoderManifestArn:Key:ValueStringModelManifestArn:StringName:StringTags:- Tag
Properties
AssociationBehavior-
An option to create a new Amazon IoT thing when creating a vehicle, or to validate an existing thing as a vehicle.
Required: No
Type: String
Allowed values:
CreateIotThing | ValidateIotThingExistsUpdate requires: No interruption
Attributes-
Static information about a vehicle in a key-value pair. For example:
"engine Type":"v6"Required: No
Type: Map of String
Update requires: No interruption
DecoderManifestArn-
The Amazon Resource Name (ARN) of a decoder manifest associated with the vehicle to create.
Required: Yes
Type: String
Update requires: No interruption
ModelManifestArn-
The ARN of the vehicle model (model manifest) to create the vehicle from.
Required: Yes
Type: String
Update requires: No interruption
NameProperty description not available.
Required: Yes
Type: String
Update requires: Replacement
Tags-
Metadata which can be used to manage the vehicle.
Required: No
Type: List of Tag
Maximum:
50Update requires: No interruption