inputs_list_only
Lists inputs
in a region or regions, for all properties use inputs
Overview
Name | inputs_list_only |
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.inputs_list_only |
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. |
tags | array | An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html). |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all inputs
in a region.
SELECT
region,
input_name
FROM aws.iotevents.inputs_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the inputs_list_only
resource, see inputs