StreamingLocatorContentKeyArgs

data class StreamingLocatorContentKeyArgs(val contentKeyId: Output<String>? = null, val labelReferenceInStreamingPolicy: Output<String>? = null, val policyName: Output<String>? = null, val type: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<StreamingLocatorContentKeyArgs>

Constructors

Link copied to clipboard
constructor(contentKeyId: Output<String>? = null, labelReferenceInStreamingPolicy: Output<String>? = null, policyName: Output<String>? = null, type: Output<String>? = null, value: Output<String>? = null)

Properties

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

ID of Content Key. Changing this forces a new Streaming Locator to be created.

Link copied to clipboard

Label of Content Key as specified in the Streaming Policy. Changing this forces a new Streaming Locator to be created.

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

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

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

Encryption type of Content Key. Supported values are CommonEncryptionCbcs, CommonEncryptionCenc or EnvelopeEncryption. Changing this forces a new Streaming Locator to be created.

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

Value of Content Key. Changing this forces a new Streaming Locator to be created.

Functions

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