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