StreamingPolicyContentKeysArgs

data class StreamingPolicyContentKeysArgs(val defaultKey: Output<DefaultKeyArgs>? = null, val keyToTrackMappings: Output<List<StreamingPolicyContentKeyArgs>>? = null) : ConvertibleToJava<StreamingPolicyContentKeysArgs>

Class to specify properties of all content keys in Streaming Policy

Constructors

Link copied to clipboard
constructor(defaultKey: Output<DefaultKeyArgs>? = null, keyToTrackMappings: Output<List<StreamingPolicyContentKeyArgs>>? = null)

Properties

Link copied to clipboard
val defaultKey: Output<DefaultKeyArgs>? = null

Default content key for an encryption scheme

Link copied to clipboard

Representing tracks needs separate content key

Functions

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