Skip to main content

vehicles_in_fleets

Creates, updates, deletes, gets or lists a vehicles_in_fleets resource.

Overview

Namevehicles_in_fleets
TypeResource
Idaws.iotfleetwise.vehicles_in_fleets

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
vehiclestringA list of vehicles associated with the fleet.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_vehicles_in_fleetselectregionRetrieves a list of summaries of all vehicles associated with a fleet. This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Retrieves a list of summaries of all vehicles associated with a fleet. This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

SELECT
vehicle
FROM aws.iotfleetwise.vehicles_in_fleets
WHERE region = '{{ region }}' -- required
;