Skip to main content

inputs

Retrieves a list of inputs in a region

Overview

Nameinputs
TypeResource
Descriptioninputs
Idawscc.iotevents.inputs

Fields

NameDatatypeDescription
input_namestringThe name of the input.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
input_name
FROM awscc.iotevents.inputs
WHERE region = 'us-east-1'

Permissions

To operate on the inputs resource, the following permissions are required:

Create

iotevents:CreateInput,
iotevents:TagResource,
iotevents:DescribeInput,
iotevents:ListTagsForResource

List

iotevents:ListInputs