ManifestArgs

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

Manifest configuration.

Constructors

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

Functions

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

Properties

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

The name of the generated file. The default is manifest with the extension suffix corresponding to the Manifest.type.

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

List of user given MuxStream.keys that should appear in this manifest. When Manifest.type is HLS, a media manifest with name MuxStream.key and .m3u8 extension is generated for each element of the Manifest.mux_streams.

Link copied to clipboard
val type: Output<ManifestType>

Type of the manifest.