Skip to main content

input

Gets an individual input resource

Overview

Nameinput
TypeResource
Descriptioninput
Idawscc.iotevents.input

Fields

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