TopicRuleErrorActionFirehose

data class TopicRuleErrorActionFirehose(val batchMode: Boolean? = null, val deliveryStreamName: String, val roleArn: String, val separator: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val batchMode: Boolean? = null

The payload that contains a JSON array of records will be sent to Kinesis Firehose via a batch call.

Link copied to clipboard

The delivery stream name.

Link copied to clipboard

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

Link copied to clipboard
val separator: String? = null

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