EnabledProtocolsArgs

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
constructor(dash: Output<Boolean>, download: Output<Boolean>, hls: Output<Boolean>, smoothStreaming: Output<Boolean>)

Properties

Link copied to clipboard
val dash: Output<Boolean>

Enable DASH protocol or not

Link copied to clipboard
val download: Output<Boolean>

Enable Download protocol or not

Link copied to clipboard
val hls: Output<Boolean>

Enable HLS protocol or not

Link copied to clipboard

Enable SmoothStreaming protocol or not

Functions

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