encryptionConfiguration

@JvmName(name = "nmbwlqxrwrfnecmg")
suspend fun encryptionConfiguration(value: Output<TableEncryptionConfigurationArgs>)
@JvmName(name = "kosjdxcuwyrlkpgl")
suspend fun encryptionConfiguration(value: TableEncryptionConfigurationArgs?)

Parameters

value

Specifies how the table should be encrypted. If left blank, the table will be encrypted with a Google-managed key; that process is transparent to the user. Structure is documented below.


@JvmName(name = "gpqbimqqctajlekq")
suspend fun encryptionConfiguration(argument: suspend TableEncryptionConfigurationArgsBuilder.() -> Unit)

Parameters

argument

Specifies how the table should be encrypted. If left blank, the table will be encrypted with a Google-managed key; that process is transparent to the user. Structure is documented below.