Skip to main content

input_tags

Expands all tag keys and values for inputs in a region

Overview

Nameinput_tags
TypeResource
DescriptionThe AWS::IoTEvents::Input resource creates an input. To monitor your devices and processes, they must have a way to get telemetry data into AWS IoT Events. This is done by sending messages as *inputs* to AWS IoT Events. For more information, see [How to Use AWS IoT Events](https://docs.aws.amazon.com/iotevents/latest/developerguide/how-to-use-iotevents.html) in the *AWS IoT Events Developer Guide*.
Idaws.iotevents.input_tags

Fields

NameDatatypeDescription
input_definitionobjectThe definition of the input.
input_descriptionstringA brief description of the input.
input_namestringThe name of the input.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all inputs in a region.

SELECT
region,
input_definition,
input_description,
input_name,
tag_key,
tag_value
FROM aws.iotevents.input_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the input_tags resource, see inputs