AlarmModelFirehose

data class AlarmModelFirehose(val deliveryStreamName: String, val payload: AlarmModelPayload? = null, val separator: String? = null)

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

Constructors

Link copied to clipboard
constructor(deliveryStreamName: String, payload: AlarmModelPayload? = null, separator: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val separator: String? = null

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).