Alarm Model Firehose Args
data class AlarmModelFirehoseArgs(val deliveryStreamName: Output<String>, val payload: Output<AlarmModelPayloadArgs>? = null, val separator: Output<String>? = null) : ConvertibleToJava<AlarmModelFirehoseArgs>
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: Output<String>, payload: Output<AlarmModelPayloadArgs>? = null, separator: Output<String>? = null)