TableEncryptionSpecificationArgs

data class TableEncryptionSpecificationArgs(val kmsKeyIdentifier: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<TableEncryptionSpecificationArgs>

Constructors

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

Properties

Link copied to clipboard
val kmsKeyIdentifier: Output<String>? = null

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

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

Functions

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