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 AWS CloudFormation template, use the following syntax:
JSON
{ "DeliveryStreamName" :
String
, "Payload" :Payload
, "Separator" :String
}
YAML
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