AWS::IoTEvents::AlarmModel Firehose - 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 Firehose

Sends information about the detector model instance and the event that triggered the action to an Amazon Kinesis Data Firehose delivery stream.

Syntax

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

JSON

{ "DeliveryStreamName" : String, "Payload" : Payload, "Separator" : String }

Properties

DeliveryStreamName

The name of the Kinesis Data Firehose delivery stream where the data is written.

Required: Yes

Type: String

Update requires: No interruption

Payload

You can configure the action payload when you send a message to an Amazon Data Firehose delivery stream.

Required: No

Type: Payload

Update requires: No interruption

Separator

A character separator that is used to separate records written to the Kinesis Data Firehose delivery stream. Valid values are: '\n' (newline), '\t' (tab), '\r\n' (Windows newline), ',' (comma).

Required: No

Type: String

Pattern: ([\n\t])|(\r\n)|(,)

Update requires: No interruption