FirehoseDeliveryStreamKinesisSourceConfiguration

data class FirehoseDeliveryStreamKinesisSourceConfiguration(val kinesisStreamArn: String, val roleArn: String)

Constructors

constructor(kinesisStreamArn: String, roleArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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