StreamingPolicyNoEncryptionEnabledProtocolsArgs

data class StreamingPolicyNoEncryptionEnabledProtocolsArgs(val dash: Output<Boolean>? = null, val download: Output<Boolean>? = null, val hls: Output<Boolean>? = null, val smoothStreaming: Output<Boolean>? = null) : ConvertibleToJava<StreamingPolicyNoEncryptionEnabledProtocolsArgs>

Constructors

constructor(dash: Output<Boolean>? = null, download: Output<Boolean>? = null, hls: Output<Boolean>? = null, smoothStreaming: Output<Boolean>? = null)

Properties

Link copied to clipboard
val dash: Output<Boolean>? = null

Enable DASH protocol or not. Changing this forces a new Streaming Policy to be created.

Link copied to clipboard
val download: Output<Boolean>? = null

Enable Download protocol or not. Changing this forces a new Streaming Policy to be created.

Link copied to clipboard
val hls: Output<Boolean>? = null

Enable HLS protocol or not. Changing this forces a new Streaming Policy to be created.

Link copied to clipboard
val smoothStreaming: Output<Boolean>? = null

Enable SmoothStreaming protocol or not. Changing this forces a new Streaming Policy to be created.

Functions

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