Skip to main content

state_template_tags

Expands all tag keys and values for state_templates in a region

Overview

Namestate_template_tags
TypeResource
DescriptionDefinition of AWS::IoTFleetWise::StateTemplate Resource Type
Idaws.iotfleetwise.state_template_tags

Fields

NameDatatypeDescription
arnstring
creation_timestring
descriptionstring
last_modification_timestring
namestring
signal_catalog_arnstring
state_template_propertiesarray
data_extra_dimensionsarray
metadata_extra_dimensionsarray
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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