TopicRuleErrorActionKinesisArgs

data class TopicRuleErrorActionKinesisArgs(val partitionKey: Output<String>? = null, val roleArn: Output<String>, val streamName: Output<String>) : ConvertibleToJava<TopicRuleErrorActionKinesisArgs>

Constructors

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

Properties

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

The partition key.

Link copied to clipboard
val roleArn: Output<String>

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

Link copied to clipboard
val streamName: Output<String>

The name of the Amazon Kinesis stream.

Functions

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