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

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

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

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

Functions

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