StreamProcessorKinesisVideoStreamArgs

data class StreamProcessorKinesisVideoStreamArgs(val arn: Output<String>) : ConvertibleToJava<StreamProcessorKinesisVideoStreamArgs>

The Kinesis Video Stream that streams the source video.

Constructors

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

Properties

Link copied to clipboard
val arn: Output<String>

ARN of the Kinesis Video Stream that streams the source video.

Functions

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