AWS::IoTEvents::DetectorModel IotEvents - AWS CloudFormation

AWS::IoTEvents::DetectorModel IotEvents

Sends an AWS IoT Events input, passing in information about the detector model instance and the event that triggered the action.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "InputName" : String, "Payload" : Payload }

YAML

InputName: String Payload: Payload

Properties

InputName

The name of the AWS IoT Events input where the data is sent.

Required: Yes

Type: String

Pattern: ^[a-zA-Z][a-zA-Z0-9_]*$

Minimum: 1

Maximum: 128

Update requires: No interruption

Payload

You can configure the action payload when you send a message to an AWS IoT Events input.

Required: No

Type: Payload

Update requires: No interruption