encryptionConfig

@JvmName(name = "mrxmyfdhoocloejv")
suspend fun encryptionConfig(value: Output<EncryptionConfigArgs>)
@JvmName(name = "pnqmchckvgnrnciy")
suspend fun encryptionConfig(value: EncryptionConfigArgs?)

Parameters

value

Optional. The encryption configuration for the database. If this field is not specified, Cloud Spanner will encrypt/decrypt all data at rest using Google default encryption.


@JvmName(name = "oexbvhovposetasq")
suspend fun encryptionConfig(argument: suspend EncryptionConfigArgsBuilder.() -> Unit)

Parameters

argument

Optional. The encryption configuration for the database. If this field is not specified, Cloud Spanner will encrypt/decrypt all data at rest using Google default encryption.