StudioEncryptionConfiguration

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

Configuration of the encryption method that is used for the studio.

Constructors

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