AWS::IoTEvents::AlarmModel IotEvents - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::IoTEvents::AlarmModel IotEvents

Sends an Amazon 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 Amazon CloudFormation template, use the following syntax:

JSON

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

YAML

InputName: String Payload: Payload

Properties

InputName

The name of the Amazon 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 Amazon IoT Events input.

Required: No

Type: Payload

Update requires: No interruption