encryptionConfiguration

@JvmName(name = "llghuqbbjnasxmpi")
suspend fun encryptionConfiguration(value: Output<TableEncryptionConfigurationArgs>)
@JvmName(name = "tmkixwdyihtaihju")
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 = "mfdcdobjqympbxpl")
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.