DetectorModelFirehoseArgs

data class DetectorModelFirehoseArgs(val deliveryStreamName: Output<String>, val payload: Output<DetectorModelPayloadArgs>? = null, val separator: Output<String>? = null) : ConvertibleToJava<DetectorModelFirehoseArgs>

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
fun DetectorModelFirehoseArgs(deliveryStreamName: Output<String>, payload: Output<DetectorModelPayloadArgs>? = null, separator: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DetectorModelFirehoseArgs

Properties

Link copied to clipboard

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

Link copied to clipboard
val payload: Output<DetectorModelPayloadArgs>? = null
Link copied to clipboard
val separator: Output<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).