DeliveryStreamKinesisStreamSourceConfigurationArgs

data class DeliveryStreamKinesisStreamSourceConfigurationArgs(val kinesisStreamArn: Output<String>, val roleArn: Output<String>) : ConvertibleToJava<DeliveryStreamKinesisStreamSourceConfigurationArgs>

Constructors

constructor(kinesisStreamArn: Output<String>, roleArn: Output<String>)

Properties

Link copied to clipboard

The ARN of the source Kinesis data stream.

Link copied to clipboard
val roleArn: Output<String>

The ARN of the role that provides access to the source Kinesis data stream.

Functions

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