LiveSourceHttpPackageConfigurationArgs

data class LiveSourceHttpPackageConfigurationArgs(val path: Output<String>, val sourceGroup: Output<String>, val type: Output<LiveSourceType>) : ConvertibleToJava<LiveSourceHttpPackageConfigurationArgs>

The HTTP package configuration properties for the requested VOD source.

Constructors

Link copied to clipboard
constructor(path: Output<String>, sourceGroup: Output<String>, type: Output<LiveSourceType>)

Properties

Link copied to clipboard
val path: Output<String>

The relative path to the URL for this VOD source. This is combined with SourceLocation::HttpConfiguration::BaseUrl to form a valid URL.

Link copied to clipboard
val sourceGroup: Output<String>

The name of the source group. This has to match one of the Channel::Outputs::SourceGroup.

Link copied to clipboard
val type: Output<LiveSourceType>

The streaming protocol for this package configuration. Supported values are HLS and DASH .

Functions

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