StreamingPolicyCommonEncryptionCencDefaultContentKeyArgs

data class StreamingPolicyCommonEncryptionCencDefaultContentKeyArgs(val label: Output<String>? = null, val policyName: Output<String>? = null) : ConvertibleToJava<StreamingPolicyCommonEncryptionCencDefaultContentKeyArgs>

Constructors

constructor(label: Output<String>? = null, policyName: Output<String>? = null)

Properties

Link copied to clipboard
val label: Output<String>? = null

Label can be used to specify Content Key when creating a Streaming Locator. Changing this forces a new Streaming Policy to be created.

Link copied to clipboard
val policyName: Output<String>? = null

Policy used by Default Key. Changing this forces a new Streaming Policy to be created.

Functions

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