defaultEncryptionConfiguration

@JvmName(name = "gftcdxmudujebojv")
suspend fun defaultEncryptionConfiguration(value: Output<DatasetDefaultEncryptionConfigurationArgs>)

Parameters

value

The default encryption key for all tables in the dataset. Once this property is set, all newly-created partitioned tables in the dataset will have encryption key set to this value, unless table creation request (or query) overrides the key. Structure is documented below.


@JvmName(name = "hgbwgkhummukefaw")
suspend fun defaultEncryptionConfiguration(argument: suspend DatasetDefaultEncryptionConfigurationArgsBuilder.() -> Unit)

Parameters

argument

The default encryption key for all tables in the dataset. Once this property is set, all newly-created partitioned tables in the dataset will have encryption key set to this value, unless table creation request (or query) overrides the key. Structure is documented below.