GetInstancesResult

data class GetInstancesResult(val availabilityZone: String? = null, val id: String, val ids: List<String>, val instanceClass: String? = null, val instanceType: String? = null, val instances: List<GetInstancesInstance>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val tags: Map<String, String>? = null)

A collection of values returned by getInstances.

Constructors

Link copied to clipboard
constructor(availabilityZone: String? = null, id: String, ids: List<String>, instanceClass: String? = null, instanceType: String? = null, instances: List<GetInstancesInstance>, nameRegex: String? = null, names: List<String>, outputFile: String? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Instance availability zone.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The ids list of MongoDB instances

Link copied to clipboard
val instanceClass: String? = null

Sizing of the MongoDB instance.

Link copied to clipboard

A list of MongoDB instances. Its every element contains the following attributes:

Link copied to clipboard
val instanceType: String? = null

Instance type. Optional values sharding or replicate.

Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

The names list of MongoDB instances

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val tags: Map<String, String>? = null