Sharding Instance Mongo List Args
data class ShardingInstanceMongoListArgs(val connectString: Output<String>? = null, val nodeClass: Output<String>, val nodeId: Output<String>? = null, val port: Output<Int>? = null) : ConvertibleToJava<ShardingInstanceMongoListArgs>
Properties
Link copied to clipboard
The connection address of the Config Server node.
Link copied to clipboard
The instance type of the mongo node. see Instance specifications.