GetClusterInstancesPlainArgs

data class GetClusterInstancesPlainArgs(val clusterId: String? = null, val ids: List<String>? = null, val instanceStates: List<String>? = null, val maxResults: Int? = null, val nextToken: String? = null, val nodeGroupIds: List<String>? = null, val nodeGroupNames: List<String>? = null, val outputFile: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetClusterInstancesPlainArgs>

A collection of arguments for invoking getClusterInstances.

Constructors

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

Properties

Link copied to clipboard
val clusterId: String? = null

The emr cluster ID.

Link copied to clipboard
val ids: List<String>? = null

A list of Cluster IDs.

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

The cluster ecs instance states.

Link copied to clipboard
val maxResults: Int? = null

The max results is used to list emr cluster ecs instances for next page.

Link copied to clipboard
val nextToken: String? = null

The next token is used to list emr cluster ecs instances for next page.

Link copied to clipboard
val nodeGroupIds: List<String>? = null

The cluster node group ids.

Link copied to clipboard
val nodeGroupNames: List<String>? = null

The cluster node group names.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

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

A mapping of tags to assign to the resource.

Functions

Link copied to clipboard
open override fun toJava(): GetClusterInstancesPlainArgs