inputs
Retrieves a list of inputs
in a region
Overview
Name | inputs |
Type | Resource |
Description | inputs |
Id | awscc.iotevents.inputs |
Fields
Name | Datatype | Description |
---|---|---|
input_name | string | The name of the input. |
region | string | AWS 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