JobConfigManifestArgs

data class JobConfigManifestArgs(val fileName: Output<String>? = null, val muxStreams: Output<List<String>>? = null, val type: Output<String>? = null) : ConvertibleToJava<JobConfigManifestArgs>

Constructors

Link copied to clipboard
constructor(fileName: Output<String>? = null, muxStreams: Output<List<String>>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard
val fileName: Output<String>? = null

The name of the generated file. The default is manifest.

Link copied to clipboard
val muxStreams: Output<List<String>>? = null

List of user supplied MuxStream.key values that should appear in this manifest.

Link copied to clipboard
val type: Output<String>? = null

Type of the manifest. Possible values are: MANIFEST_TYPE_UNSPECIFIED, HLS, DASH.

Functions

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