state_template_tags
Expands all tag keys and values for state_templates
in a region
Overview
Name | state_template_tags |
Type | Resource |
Description | Definition of AWS::IoTFleetWise::StateTemplate Resource Type |
Id | aws.iotfleetwise.state_template_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
creation_time | string | |
description | string | |
last_modification_time | string | |
name | string | |
signal_catalog_arn | string | |
state_template_properties | array | |
data_extra_dimensions | array | |
metadata_extra_dimensions | array | |
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 state_templates
in a region.
SELECT
region,
arn,
creation_time,
description,
last_modification_time,
name,
signal_catalog_arn,
state_template_properties,
data_extra_dimensions,
metadata_extra_dimensions,
tag_key,
tag_value
FROM aws.iotfleetwise.state_template_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the state_template_tags
resource, see state_templates