fleet_tags
Expands all tag keys and values for fleets
in a region
Overview
Name | fleet_tags |
Type | Resource |
Description | Definition of AWS::IoTFleetWise::Fleet Resource Type |
Id | aws.iotfleetwise.fleet_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
creation_time | string | |
description | string | |
id | string | |
last_modification_time | string | |
signal_catalog_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 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