Mongo Db Collection Settings Args
data class MongoDbCollectionSettingsArgs(val canDelete: Output<Boolean>? = null, val shardKey: Output<MongoDbShardKeySettingArgs>? = null, val targetRUs: Output<Int>? = null) : ConvertibleToJava<MongoDbCollectionSettingsArgs>
Describes how an individual MongoDB collection should be migrated
Constructors
Link copied to clipboard
constructor(canDelete: Output<Boolean>? = null, shardKey: Output<MongoDbShardKeySettingArgs>? = null, targetRUs: Output<Int>? = null)