globalSettings

@JvmName(name = "rrepgvbkwhmgssoa")
suspend fun globalSettings(value: Output<Map<String, String>>)
@JvmName(name = "phtaowcfidythbnl")
suspend fun globalSettings(value: Map<String, String>?)

Parameters

value

A generic list of settings for the workspace. The settings are database pair dependant and can indicate default behavior for the mapping rules engine or turn on or off specific features. Such examples can be: convert_foreign_key_to_interleave=true, skip_triggers=false, ignore_non_table_synonyms=true


@JvmName(name = "xhsudferbuejxqes")
fun globalSettings(vararg values: Pair<String, String>)

Parameters

values

A generic list of settings for the workspace. The settings are database pair dependant and can indicate default behavior for the mapping rules engine or turn on or off specific features. Such examples can be: convert_foreign_key_to_interleave=true, skip_triggers=false, ignore_non_table_synonyms=true