ChannelRequestOutputItemArgs

data class ChannelRequestOutputItemArgs(val dashPlaylistSettings: Output<ChannelDashPlaylistSettingsArgs>? = null, val hlsPlaylistSettings: Output<ChannelHlsPlaylistSettingsArgs>? = null, val manifestName: Output<String>, val sourceGroup: Output<String>) : ConvertibleToJava<ChannelRequestOutputItemArgs>

The output configuration for this channel.

Constructors

Link copied to clipboard
constructor(dashPlaylistSettings: Output<ChannelDashPlaylistSettingsArgs>? = null, hlsPlaylistSettings: Output<ChannelHlsPlaylistSettingsArgs>? = null, manifestName: Output<String>, sourceGroup: Output<String>)

Properties

Link copied to clipboard

DASH manifest configuration parameters.

Link copied to clipboard

HLS playlist configuration parameters.

Link copied to clipboard
val manifestName: Output<String>

The name of the manifest for the channel. The name appears in the PlaybackUrl.

Link copied to clipboard
val sourceGroup: Output<String>

A string used to match which HttpPackageConfiguration is used for each VodSource.

Functions

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