Streaming Policy Common Encryption Cbcs Enabled Protocols Args
data class StreamingPolicyCommonEncryptionCbcsEnabledProtocolsArgs(val dash: Output<Boolean>? = null, val download: Output<Boolean>? = null, val hls: Output<Boolean>? = null, val smoothStreaming: Output<Boolean>? = null) : ConvertibleToJava<StreamingPolicyCommonEncryptionCbcsEnabledProtocolsArgs>
Constructors
Link copied to clipboard
fun StreamingPolicyCommonEncryptionCbcsEnabledProtocolsArgs(dash: Output<Boolean>? = null, download: Output<Boolean>? = null, hls: Output<Boolean>? = null, smoothStreaming: Output<Boolean>? = null)