TopicRuleFirehoseActionArgs

data class TopicRuleFirehoseActionArgs(val batchMode: Output<Boolean>? = null, val deliveryStreamName: Output<String>, val roleArn: Output<String>, val separator: Output<String>? = null) : ConvertibleToJava<TopicRuleFirehoseActionArgs>

Constructors

Link copied to clipboard
constructor(batchMode: Output<Boolean>? = null, deliveryStreamName: Output<String>, roleArn: Output<String>, separator: Output<String>? = null)

Properties

Link copied to clipboard
val batchMode: Output<Boolean>? = null

Whether to deliver the Kinesis Data Firehose stream as a batch by using PutRecordBatch . The default value is false . When batchMode is true and the rule's SQL statement evaluates to an Array, each Array element forms one record in the PutRecordBatch request. The resulting array can't have more than 500 records.

Link copied to clipboard

The delivery stream name.

Link copied to clipboard
val roleArn: Output<String>

The IAM role that grants access to the Amazon Kinesis Firehose stream.

Link copied to clipboard
val separator: Output<String>? = null

A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\n' (newline), '\t' (tab), '\r\n' (Windows newline), ',' (comma).

Functions

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