InputDestinationArgs

data class InputDestinationArgs(val streamName: Output<String>) : ConvertibleToJava<InputDestinationArgs>

Constructors

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

Properties

Link copied to clipboard
val streamName: Output<String>

A unique name for the location the RTMP stream is being pushed to.

Functions

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