ApplicationKinesisStreamsInputArgs

data class ApplicationKinesisStreamsInputArgs(val resourceArn: Output<String>) : ConvertibleToJava<ApplicationKinesisStreamsInputArgs>

Identifies a Kinesis data stream as the streaming source. You provide the stream's Amazon Resource Name (ARN).

Constructors

Link copied to clipboard
constructor(resourceArn: Output<String>)

Properties

Link copied to clipboard
val resourceArn: Output<String>

The ARN of the input Kinesis data stream to read.

Functions

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