StreamingPolicyCommonEncryptionCencContentKeyToTrackMappingArgs

data class StreamingPolicyCommonEncryptionCencContentKeyToTrackMappingArgs(val label: Output<String>? = null, val policyName: Output<String>? = null, val tracks: Output<List<StreamingPolicyCommonEncryptionCencContentKeyToTrackMappingTrackArgs>>) : ConvertibleToJava<StreamingPolicyCommonEncryptionCencContentKeyToTrackMappingArgs>

Constructors

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

Properties

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

Specifies the 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

The policy used by the default key. Changing this forces a new Streaming Policy to be created.

Link copied to clipboard

One or more track blocks as defined below. Changing this forces a new Streaming Policy to be created.

Functions

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