collections

@JvmName(name = "kqckqtothbcdrbbm")
suspend fun collections(value: Output<Map<String, MongoDbCollectionSettingsArgs>>)
@JvmName(name = "rmxhschgbtkupbyh")
suspend fun collections(value: Map<String, MongoDbCollectionSettingsArgs>)

Parameters

value

The collections on the source database to migrate to the target. The keys are the unqualified names of the collections.


@JvmName(name = "wnqjtorvmuqslpxk")
suspend fun collections(vararg argument: Pair<String, suspend MongoDbCollectionSettingsArgsBuilder.() -> Unit>)

Parameters

argument

The collections on the source database to migrate to the target. The keys are the unqualified names of the collections.


@JvmName(name = "otvptxmgpxnyqkfd")
fun collections(vararg values: Pair<String, MongoDbCollectionSettingsArgs>)

Parameters

values

The collections on the source database to migrate to the target. The keys are the unqualified names of the collections.