GetVirtualClusterResult

data class GetVirtualClusterResult(val arn: String, val containerProviders: List<GetVirtualClusterContainerProvider>, val createdAt: String, val id: String, val name: String, val state: String, val tags: Map<String, String>, val virtualClusterId: String)

A collection of values returned by getVirtualCluster.

Constructors

Link copied to clipboard
constructor(arn: String, containerProviders: List<GetVirtualClusterContainerProvider>, createdAt: String, id: String, name: String, state: String, tags: Map<String, String>, virtualClusterId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the cluster.

Link copied to clipboard

Nested attribute containing information about the underlying container provider (EKS cluster) for your EMR Containers cluster.

Link copied to clipboard

Unix epoch time stamp in seconds for when the cluster was created.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Name of the cluster.

Link copied to clipboard

Status of the EKS cluster. One of RUNNING, TERMINATING, TERMINATED, ARRESTED.

Link copied to clipboard

Key-value mapping of resource tags.

Link copied to clipboard