ClusterSummary

The summary description of the cluster.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name of the cluster.

Link copied to clipboard
val id: String?

The unique identifier for the cluster.

Link copied to clipboard
val name: String?

The name of the cluster.

Link copied to clipboard

An approximation of the cost of the cluster, represented in m1.small/hours. This value is incremented one time for every hour an m1.small instance runs. Larger instances are weighted more, so an Amazon EC2 instance that is roughly four times more expensive would result in the normalized instance hours being incremented by four. This result is only an approximation and does not reflect the actual billing rate.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.

Link copied to clipboard

The details about the current status of the cluster.

Functions

Link copied to clipboard
inline fun copy(block: ClusterSummary.Builder.() -> Unit = {}): ClusterSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String