default Encryption Configuration
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.
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.