Skip to main content

inputs_list_only

Lists inputs in a region or regions, for all properties use inputs

Overview

Nameinputs_list_only
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 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*.
Idaws.iotevents.inputs_list_only

Fields

NameDatatypeDescription
input_namestringThe name of the input.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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