TopicRuleErrorActionKinesis

data class TopicRuleErrorActionKinesis(val partitionKey: String? = null, val roleArn: String, val streamName: String)

Constructors

Link copied to clipboard
constructor(partitionKey: String? = null, roleArn: String, streamName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val partitionKey: String? = null

The partition key.

Link copied to clipboard

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

Link copied to clipboard

The name of the Amazon Kinesis stream.