aws.iotfleetwise.get_model_manifest
Example SQL Queries
SELECT * FROMaws.iotfleetwise.get_model_manifestWHERE"name" = 'VALUE';Description
Retrieves information about a vehicle model (model manifest).
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the vehicle model. | 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 model. | VARCHAR |
| creation_time The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time). | TIMESTAMP_S |
| description A brief description of the vehicle model. | VARCHAR |
| last_modification_time The last time the vehicle model was modified. | TIMESTAMP_S |
| signal_catalog_arn The ARN of the signal catalog associated with the vehicle model. | VARCHAR |
| status The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be edited. You can edit the vehicle model if the status is marked DRAFT. | VARCHAR |