aws.iotfleetwise.list_vehicles_in_fleet
Example SQL Queries
SELECT * FROMaws.iotfleetwise.list_vehicles_in_fleetWHERE"fleet_id" = 'VALUE';Description
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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| fleet_id Required Input Column The ID of a fleet. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| vehicles | VARCHAR |