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 ITE. This is done by sending messages as inputs to ITE. For more information, see [How to Use](https://docs.aws.amazon.com/iotevents/latest/developerguide/how-to-use-iotevents.html) in the Developer Guide. |
| Id | aws.iotevents.inputs_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
input_name | string | The name of the input. |
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