GetClusterResult

data class GetClusterResult(val arn: String? = null, val endpoints: List<ClusterEndpoint>? = null, val errorInfo: List<ClusterErrorInfo>? = null, val id: String? = null, val status: ClusterStatus? = null, val tags: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, endpoints: List<ClusterEndpoint>? = null, errorInfo: List<ClusterErrorInfo>? = null, id: String? = null, status: ClusterStatus? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The unique Amazon Resource Name (ARN) of the cluster.

Link copied to clipboard

The list of endpoints available for interaction with the scheduler.

Link copied to clipboard

The list of errors that occurred during cluster provisioning.

Link copied to clipboard
val id: String? = null

The generated unique ID of the cluster.

Link copied to clipboard
val status: ClusterStatus? = null

The provisioning status of the cluster. The provisioning status doesn't indicate the overall health of the cluster.

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

1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.