Mongo DBCollection Resource Args
data class MongoDBCollectionResourceArgs(val analyticalStorageTtl: Output<Int>? = null, val createMode: Output<Either<String, CreateMode>>? = null, val id: Output<String>, val indexes: Output<List<MongoIndexArgs>>? = null, val restoreParameters: Output<ResourceRestoreParametersArgs>? = null, val shardKey: Output<Map<String, String>>? = null) : ConvertibleToJava<MongoDBCollectionResourceArgs>
Cosmos DB MongoDB collection resource object
Constructors
Link copied to clipboard
constructor(analyticalStorageTtl: Output<Int>? = null, createMode: Output<Either<String, CreateMode>>? = null, id: Output<String>, indexes: Output<List<MongoIndexArgs>>? = null, restoreParameters: Output<ResourceRestoreParametersArgs>? = null, shardKey: Output<Map<String, String>>? = null)