MongoDbDatabaseSettingsArgs

data class MongoDbDatabaseSettingsArgs(val collections: Output<Map<String, MongoDbCollectionSettingsArgs>>, val targetRUs: Output<Int>? = null) : ConvertibleToJava<MongoDbDatabaseSettingsArgs>

Describes how an individual MongoDB database should be migrated

Constructors

Link copied to clipboard
constructor(collections: Output<Map<String, MongoDbCollectionSettingsArgs>>, targetRUs: Output<Int>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard
val targetRUs: Output<Int>? = null

The RUs that should be configured on a CosmosDB target, or null to use the default, or 0 if throughput should not be provisioned for the database. This has no effect on non-CosmosDB targets.

Functions

Link copied to clipboard
open override fun toJava(): MongoDbDatabaseSettingsArgs