Topic Rule Firehose Action Args
data class TopicRuleFirehoseActionArgs(val batchMode: Output<Boolean>? = null, val deliveryStreamName: Output<String>, val roleArn: Output<String>, val separator: Output<String>? = null) : ConvertibleToJava<TopicRuleFirehoseActionArgs>
Properties
Link copied to clipboard
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.