Mongo Collection Args
constructor(accountName: Output<String>? = null, analyticalStorageTtl: Output<Int>? = null, autoscaleSettings: Output<MongoCollectionAutoscaleSettingsArgs>? = null, databaseName: Output<String>? = null, defaultTtlSeconds: Output<Int>? = null, indices: Output<List<MongoCollectionIndexArgs>>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null, shardKey: Output<String>? = null, throughput: Output<Int>? = null)