Get Cluster Instances Plain Args
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.
Properties
Link copied to clipboard
The cluster ecs instance states.
Link copied to clipboard
The max results is used to list emr cluster ecs instances for next page.
Link copied to clipboard
The cluster node group ids.
Link copied to clipboard
The cluster node group names.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).