input
Gets an individual input
resource
Overview
Name | input |
Type | Resource |
Description | input |
Id | awscc.iotevents.input |
Fields
Name | Datatype | Description |
---|---|---|
input_definition | object | |
input_description | string | A brief description of the input. |
input_name | string | The name of the input. |
tags | array | An array of key-value pairs to apply to this resource.<br/><br/>For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html). |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
input_definition,
input_description,
input_name,
tags
FROM awscc.iotevents.input
WHERE data__Identifier = '<InputName>';
Permissions
To operate on the input
resource, the following permissions are required:
Read
iotevents:DescribeInput,
iotevents:ListTagsForResource
Update
iotevents:UpdateInput,
iotevents:DescribeInput,
iotevents:ListTagsForResource,
iotevents:UntagResource,
iotevents:TagResource
Delete
iotevents:DeleteInput,
iotevents:DescribeInput