StreamingImageEncryptionConfiguration

data class StreamingImageEncryptionConfiguration(val keyArn: String? = null, val keyType: String)

Constructors

Link copied to clipboard
constructor(keyArn: String? = null, keyType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keyArn: String? = null

The ARN for a KMS key that is used to encrypt studio data.

Link copied to clipboard

The type of KMS key that is used to encrypt studio data.