Alarm Model Firehose
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)