Manifest Args
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
constructor(fileName: Output<String>? = null, muxStreams: Output<List<String>>, type: Output<ManifestType>)