aws.iotfleetwise.list_fleets_for_vehicle
Example SQL Queries
SELECT * FROMaws.iotfleetwise.list_fleets_for_vehicleWHERE"vehicle_name" = 'VALUE';Description
Retrieves a list of IDs for all fleets that the vehicle is associated with.
This API operation uses pagination. Specify the nextToken parameter in the request to return more results.
Table Definition
| Column Name | Column Data Type |
|---|---|
| vehicle_name Required Input Column The ID of the vehicle to retrieve information about. | 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 |
| fleets | VARCHAR |