GetClusterInstancesResult

data class GetClusterInstancesResult(val clusterId: String, val id: String, val ids: List<String>, val instanceStates: List<String>? = null, val instances: List<GetClusterInstancesInstance>, val maxResults: Int? = null, val names: List<String>, val nextToken: String, val nodeGroupIds: List<String>? = null, val nodeGroupNames: List<String>? = null, val outputFile: String? = null, val tags: Map<String, String>? = null, val totalCount: Int)

A collection of values returned by getClusterInstances.

Constructors

Link copied to clipboard
constructor(clusterId: String, id: String, ids: List<String>, instanceStates: List<String>? = null, instances: List<GetClusterInstancesInstance>, maxResults: Int? = null, names: List<String>, nextToken: String, nodeGroupIds: List<String>? = null, nodeGroupNames: List<String>? = null, outputFile: String? = null, tags: Map<String, String>? = null, totalCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of Cluster ecs instance IDS.

Link copied to clipboard

A list of Emr Cluster ecs instances. Each element contains the following attributes:

Link copied to clipboard
val instanceStates: List<String>? = null
Link copied to clipboard
val maxResults: Int? = null
Link copied to clipboard

A list of Cluster ecs instance names.

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

The total count of list emr cluster ecs instances.