Skip to main content

vehicle_tags

Expands all tag keys and values for vehicles in a region

Overview

Namevehicle_tags
TypeResource
DescriptionDefinition of AWS::IoTFleetWise::Vehicle Resource Type
Idaws.iotfleetwise.vehicle_tags

Fields

NameDatatypeDescription
arnstring
association_behaviorstring
attributesobject
creation_timestring
decoder_manifest_arnstring
namestring
last_modification_timestring
model_manifest_arnstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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