TopicRuleErrorActionFirehose

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

Constructors

Link copied to clipboard
fun TopicRuleErrorActionFirehose(deliveryStreamName: String, roleArn: String, separator: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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