TableEncryptionSpecification

data class TableEncryptionSpecification(val kmsKeyIdentifier: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(kmsKeyIdentifier: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the customer managed KMS key.

Link copied to clipboard
val type: String? = null

The encryption option specified for the table. Valid values: AWS_OWNED_KMS_KEY, CUSTOMER_MANAGED_KMS_KEY. The default value is AWS_OWNED_KMS_KEY.