vehicle_tags
Expands all tag keys and values for vehicles in a region
Overview
| Name | vehicle_tags |
| Type | Resource |
| Description | Definition of AWS::IoTFleetWise::Vehicle Resource Type |
| Id | aws.iotfleetwise.vehicle_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | |
association_behavior | string | |
attributes | object | |
creation_time | string | |
decoder_manifest_arn | string | |
name | string | |
last_modification_time | string | |
model_manifest_arn | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Expands tags for all vehicles in a region.
SELECT
region,
arn,
association_behavior,
attributes,
creation_time,
decoder_manifest_arn,
name,
last_modification_time,
model_manifest_arn,
tag_key,
tag_value
FROM aws.iotfleetwise.vehicle_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the vehicle_tags resource, see vehicles