Streaming Policy Envelope Encryption Args
data class StreamingPolicyEnvelopeEncryptionArgs(val customKeysAcquisitionUrlTemplate: Output<String>? = null, val defaultContentKey: Output<StreamingPolicyEnvelopeEncryptionDefaultContentKeyArgs>? = null, val enabledProtocols: Output<StreamingPolicyEnvelopeEncryptionEnabledProtocolsArgs>? = null) : ConvertibleToJava<StreamingPolicyEnvelopeEncryptionArgs>
Constructors
Link copied to clipboard
fun StreamingPolicyEnvelopeEncryptionArgs(customKeysAcquisitionUrlTemplate: Output<String>? = null, defaultContentKey: Output<StreamingPolicyEnvelopeEncryptionDefaultContentKeyArgs>? = null, enabledProtocols: Output<StreamingPolicyEnvelopeEncryptionEnabledProtocolsArgs>? = null)