DeliveryStreamKinesisStreamSourceConfiguration

data class DeliveryStreamKinesisStreamSourceConfiguration(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 ARN of the source Kinesis data stream.

Link copied to clipboard

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