encryptionConfig

@JvmName(name = "yvgjlxonqbmveokf")
suspend fun encryptionConfig(value: Output<EncryptionConfigArgs>)
@JvmName(name = "glhmykceafmjrpic")
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 = "avdsbpbeehxcobfp")
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.