Skip to main content

vehicles

Retrieves a list of vehicles in a region

Overview

Namevehicles
TypeResource
Descriptionvehicles
Idawscc.iotfleetwise.vehicles

Fields

NameDatatypeDescription
namestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name
FROM awscc.iotfleetwise.vehicles
WHERE region = 'us-east-1'

Permissions

To operate on the vehicles resource, the following permissions are required:

Create

iotfleetwise:GetVehicle,
iotfleetwise:CreateVehicle,
iot:CreateThing,
iot:DescribeThing,
iotfleetwise:ListTagsForResource,
iotfleetwise:ListVehicles,
iotfleetwise:TagResource

List

iotfleetwise:ListVehicles