EventDestinationKinesisDestinationArgs

data class EventDestinationKinesisDestinationArgs(val roleArn: Output<String>, val streamArn: Output<String>) : ConvertibleToJava<EventDestinationKinesisDestinationArgs>

Constructors

Link copied to clipboard
constructor(roleArn: Output<String>, streamArn: Output<String>)

Properties

Link copied to clipboard
val roleArn: Output<String>

The ARN of the role that has permissions to access the Kinesis Stream

Link copied to clipboard
val streamArn: Output<String>

The ARN of the Kinesis Stream

Functions

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