EventDestinationKinesisDestinationArgs

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

Constructors

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

Functions

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

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