CreateVehicleRequestItem - AWS IoT FleetWise

CreateVehicleRequestItem

Information about the vehicle to create.

Contents

decoderManifestArn

The Amazon Resource Name (ARN) of a decoder manifest associated with the vehicle to create.

Type: String

Required: Yes

modelManifestArn

The ARN of the vehicle model (model manifest) to create the vehicle from.

Type: String

Required: Yes

vehicleName

The unique ID of the vehicle to create.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Pattern: [a-zA-Z\d\-_:]+

Required: Yes

associationBehavior

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

Type: String

Valid Values: CreateIotThing | ValidateIotThingExists

Required: No

attributes

Static information about a vehicle in a key-value pair. For example: "engine Type" : "v6"

Type: String to string map

Key Length Constraints: Minimum length of 1. Maximum length of 150.

Key Pattern: [a-zA-Z0-9_.-]+

Required: No

tags

Metadata which can be used to manage the vehicle.

Type: Array of Tag objects

Array Members: Minimum number of 0 items. Maximum number of 50 items.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: