databases

@JvmName(name = "lmoicmqyfsqiicdg")
suspend fun databases(value: Output<Map<String, MongoDbDatabaseSettingsArgs>>)
@JvmName(name = "xjnfyffjehqcetgd")
suspend fun databases(value: Map<String, MongoDbDatabaseSettingsArgs>)

Parameters

value

The databases on the source cluster to migrate to the target. The keys are the names of the databases.


@JvmName(name = "xnqpsyckpxpnprfy")
suspend fun databases(vararg argument: Pair<String, suspend MongoDbDatabaseSettingsArgsBuilder.() -> Unit>)

Parameters

argument

The databases on the source cluster to migrate to the target. The keys are the names of the databases.


@JvmName(name = "nceuocyhpdrbwdwp")
fun databases(vararg values: Pair<String, MongoDbDatabaseSettingsArgs>)

Parameters

values

The databases on the source cluster to migrate to the target. The keys are the names of the databases.