All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azure.media.kotlin.outputs.StreamingPolicyCommonEncryptionCbcsClearKeyEncryption.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azure.media.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property customKeysAcquisitionUrlTemplate The URL template for the custom service that delivers content keys to the end user. This is not required when using Azure Media Services for issuing keys. Changing this forces a new Streaming Policy to be created.
 * > **Note** Either `clear_key_encryption` or `drm` must be specified.
 */
public data class StreamingPolicyCommonEncryptionCbcsClearKeyEncryption(
    public val customKeysAcquisitionUrlTemplate: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azure.media.outputs.StreamingPolicyCommonEncryptionCbcsClearKeyEncryption): StreamingPolicyCommonEncryptionCbcsClearKeyEncryption =
            StreamingPolicyCommonEncryptionCbcsClearKeyEncryption(
                customKeysAcquisitionUrlTemplate = javaType.customKeysAcquisitionUrlTemplate(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy