aws.iotfleetwise.get_vehicle_status
Example SQL Queries
SELECT * FROMaws.iotfleetwise.get_vehicle_statusWHERE"vehicle_name" = 'VALUE';Description
Retrieves information about the status of a vehicle with any associated campaigns.
Table Definition
| Column Name | Column Data Type |
|---|---|
| vehicle_name Required Input Column The unique ID of the vehicle. | 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 |
| campaign_name The name of a campaign. | VARCHAR |
| status The state of a vehicle, which can be one of the following:
| VARCHAR |