AlarmModelFirehose

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

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

Constructors

Link copied to clipboard
fun AlarmModelFirehose(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
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).