DefaultKeyArgs

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

Class to specify properties of default content key for each encryption scheme

Constructors

Link copied to clipboard
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

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

Policy used by Default Key

Functions

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