InputDestinationArgs

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
val streamName: Output<String>

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