AWS::IoTEvents::InputThe AWS::IoTEvents::Input resource creates an input. To monitor your devices and processes, they must have a way to get telemetry data into ITE. This is done by sending messages as *inputs* to ITE. For more information, see [How to Use](https://docs.aws.amazon.com/iotevents/latest/developerguide/how-to-use-iotevents.html) in the *Developer Guide*.
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
InputDefinition | InputDefinition | Required |
InputDescription | string | |
InputName | string | Create-only |
Tags | Array<Tag> |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTEvents::Input
Resources:
MyResource:
Type: AWS::IoTEvents::Input
Properties:
InputDefinition: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iotevents:CreateInputiotevents:TagResourceiotevents:DescribeInputiotevents:ListTagsForResourceiotevents:DescribeInputiotevents:ListTagsForResourceiotevents:UpdateInputiotevents:DescribeInputiotevents:ListTagsForResourceiotevents:UntagResourceiotevents:TagResourceiotevents:DeleteInputiotevents:DescribeInputiotevents:ListInputsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterInputNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
InputName