TableEncryptionSpecificationArgs

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

Represents the settings used to enable server-side encryption

Constructors

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

Properties

Link copied to clipboard

The encryption at rest options for the table.

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

Requires a kms_key_identifier in the format of a key ARN.

Functions

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