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
fun TableEncryptionSpecificationArgs(encryptionType: Output<TableEncryptionType>, kmsKeyIdentifier: Output<String>? = null)

Functions

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

Properties

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