Amazon IoT FleetWise · Example Payload

Iot Fleetwise Create Vehicle Request Example

example-value

Iot Fleetwise Create Vehicle Request Example is an example object payload from Amazon IoT FleetWise, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

vehicleNamemodelManifestArndecoderManifestArnattributesassociationBehaviortags

Example Payload

Raw ↑
{
  "vehicleName": "example-resource",
  "modelManifestArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "decoderManifestArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "attributes": "example-value",
  "associationBehavior": "example-value",
  "tags": "example-value"
}