WorkGroupCustomerContentEncryptionConfigurationArgs

data class WorkGroupCustomerContentEncryptionConfigurationArgs(val kmsKey: Output<String>) : ConvertibleToJava<WorkGroupCustomerContentEncryptionConfigurationArgs>

Indicates the KMS key for encrypting notebook content.

Constructors

constructor(kmsKey: Output<String>)

Properties

Link copied to clipboard
val kmsKey: Output<String>

The customer managed KMS key that is used to encrypt the user's data stores in Athena.

Functions

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