StudioEncryptionConfigurationArgs

data class StudioEncryptionConfigurationArgs(val keyArn: Output<String>? = null, val keyType: Output<StudioEncryptionConfigurationKeyType>) : ConvertibleToJava<StudioEncryptionConfigurationArgs>

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

Constructors

Link copied to clipboard
constructor(keyArn: Output<String>? = null, keyType: Output<StudioEncryptionConfigurationKeyType>)

Properties

Link copied to clipboard
val keyArn: Output<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.

Functions

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