v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1457355285.1 KB

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.

If you have an existing Amazon Web Services IoT thing, you can use Amazon Web Services IoT FleetWise to create a vehicle and collect data from your thing.

For more information, see Create a vehicle (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.

post/#X-Amz-Target=IoTAutobahnControlPlane.CreateVehicle

Headers

X-Amz-Target'IoTAutobahnControlPlane.CreateVehicle' required

Request body

vehicleNamestring required

The unique ID of the vehicle to create.

modelManifestArnstring required

The Amazon Resource Name ARN of a vehicle model.

decoderManifestArnstring required

The ARN of a decoder manifest.

attributesobject
<p>Static information about a vehicle in a key-value pair. For example: <code>"engineType"</code> : <code>"1.3 L R2"</code> </p> <p>To use attributes with Campaigns or State Templates, you must include them using the request parameters <code>dataExtraDimensions</code> and/or <code>metadataExtraDimensions</code> (for state templates only) when creating your campaign/state template. </p>
associationBehavior'CreateIotThing' | 'ValidateIotThingExists'
<p> An option to create a new Amazon Web Services IoT thing when creating a vehicle, or to validate an existing Amazon Web Services IoT thing as a vehicle. </p> <p>Default: <code/> </p>

Response

Success

vehicleNamestring

The unique ID of the created vehicle.

arnstring

The ARN of the created vehicle.

thingArnstring

The ARN of a created or validated Amazon Web Services IoT thing.