AWS::IoTEvents::DetectorModel Firehose - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::IoTEvents::DetectorModel 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 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