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 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.inputs_list_only

Fields

NameDatatypeDescription
input_definitionobjectThe definition of the input.
input_descriptionstringA brief description of the input.
input_namestringThe name of the input.
tagsarrayAn 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).
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