Get Cluster Result
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)
Properties
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
The provisioning status of the cluster. The provisioning status doesn't indicate the overall health of the cluster.