Skip to main content

fleet_tags

Expands all tag keys and values for fleets in a region

Overview

Namefleet_tags
TypeResource
DescriptionDefinition of AWS::IoTFleetWise::Fleet Resource Type
Idaws.iotfleetwise.fleet_tags

Fields

NameDatatypeDescription
arnstring
creation_timestring
descriptionstring
idstring
last_modification_timestring
signal_catalog_arnstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all fleets in a region.

SELECT
region,
arn,
creation_time,
description,
id,
last_modification_time,
signal_catalog_arn,
tag_key,
tag_value
FROM aws.iotfleetwise.fleet_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the fleet_tags resource, see fleets