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 AWS IoT Thing, you can use AWS IoT FleetWise to create a vehicle and collect data from your thing.

For more information, see Create a vehicle (CLI) 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::Vehicle", "Properties" : { "AssociationBehavior" : String, "Attributes" : {Key : Value, ...}, "DecoderManifestArn" : String, "ModelManifestArn" : String, "Name" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::IoTFleetWise::Vehicle Properties: AssociationBehavior: String Attributes: Key : Value DecoderManifestArn: String ModelManifestArn: String Name: String Tags: - Tag

Properties

AssociationBehavior

An option to create a new AWS IoT thing when creating a vehicle, or to validate an existing thing as a vehicle.

Required: No

Type: String

Allowed values: CreateIotThing | ValidateIotThingExists

Update 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

Name

Property 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: 50

Update requires: No interruption

Return values

Ref

Fn::GetAtt

Arn

Property description not available.

CreationTime

Property description not available.

LastModificationTime

Property description not available.