Table Encryption Specification Args
data class TableEncryptionSpecificationArgs(val kmsKeyIdentifier: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<TableEncryptionSpecificationArgs>
Constructors
Link copied to clipboard
fun TableEncryptionSpecificationArgs(kmsKeyIdentifier: Output<String>? = null, type: Output<String>? = null)