aws.iotfleetwise.get_vehicle
Example SQL Queries
SELECT * FROMaws.iotfleetwise.get_vehicleWHERE"vehicle_name" = 'VALUE';Description
Retrieves information about a vehicle.
Table Definition
| Column Name | Column Data Type |
|---|---|
| vehicle_name Required Input Column The 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 |
| arn The Amazon Resource Name (ARN) of the vehicle to retrieve information about. | VARCHAR |
| attributes Static information about a vehicle in a key-value pair. For example: "engineType" : "1.3 L R2" | MAP(VARCHAR, VARCHAR) |
| creation_time The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time). | TIMESTAMP_S |
| decoder_manifest_arn The ARN of a decoder manifest associated with the vehicle. | VARCHAR |
| last_modification_time The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time). | TIMESTAMP_S |
| model_manifest_arn The ARN of a vehicle model (model manifest) associated with the vehicle. | VARCHAR |