FirehoseDeliveryStreamKinesisSourceConfigurationArgs

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

Constructors

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

Properties

Link copied to clipboard

The kinesis stream used as the source of the firehose delivery stream.

Link copied to clipboard
val roleArn: Output<String>

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

Functions

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