StreamingPolicyContentKeyArgs

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

Class to specify properties of content key

Constructors

Link copied to clipboard
constructor(label: Output<String>? = null, policyName: Output<String>? = null, tracks: Output<List<TrackSelectionArgs>>? = null)

Properties

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

Label can be used to specify Content Key when creating a Streaming Locator

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

Policy used by Content Key

Link copied to clipboard
val tracks: Output<List<TrackSelectionArgs>>? = null

Tracks which use this content key

Functions

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