Mongo Cluster Args
constructor(administratorPassword: Output<String>? = null, administratorUsername: Output<String>? = null, computeTier: Output<String>? = null, createMode: Output<String>? = null, highAvailabilityMode: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, previewFeatures: Output<List<String>>? = null, publicNetworkAccess: Output<String>? = null, resourceGroupName: Output<String>? = null, shardCount: Output<Int>? = null, sourceLocation: Output<String>? = null, sourceServerId: Output<String>? = null, storageSizeInGb: Output<Int>? = null, tags: Output<Map<String, String>>? = null, version: Output<String>? = null)