Enabled Protocols Args
data class EnabledProtocolsArgs(val dash: Output<Boolean>, val download: Output<Boolean>, val hls: Output<Boolean>, val smoothStreaming: Output<Boolean>) : ConvertibleToJava<EnabledProtocolsArgs>
Class to specify which protocols are enabled
Constructors
Link copied to clipboard
fun EnabledProtocolsArgs(dash: Output<Boolean>, download: Output<Boolean>, hls: Output<Boolean>, smoothStreaming: Output<Boolean>)