ChannelDestinationSetting

data class ChannelDestinationSetting(val passwordParam: String? = null, val streamName: String? = null, val url: String? = null, val username: String? = null)

Constructors

Link copied to clipboard
constructor(passwordParam: String? = null, streamName: String? = null, url: String? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val passwordParam: String? = null

Key used to extract the password from EC2 Parameter store.

Link copied to clipboard
val streamName: String? = null

Stream name RTMP destinations (URLs of type rtmp://)

Link copied to clipboard
val url: String? = null

A URL specifying a destination.

Link copied to clipboard
val username: String? = null

Username for destination.