vehicles
Retrieves a list of vehicles
in a region
Overview
Name | vehicles |
Type | Resource |
Description | vehicles |
Id | awscc.iotfleetwise.vehicles |
Fields
Name | Datatype | Description |
---|---|---|
name | string | |
region | string | AWS 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