input_tags
Expands all tag keys and values for inputs
in a region
Overview
Name | input_tags |
Type | Resource |
Description | The 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*. |
Id | aws.iotevents.input_tags |
Fields
Name | Datatype | Description |
---|---|---|
input_definition | object | The definition of the input. |
input_description | string | A brief description of the input. |
input_name | string | The name of the input. |
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 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