GetClusterResult

data class GetClusterResult(val clusterArn: String? = null, val clusterEndpoints: List<ClusterEndpoint>? = null, val status: ClusterStatus? = null)

Constructors

Link copied to clipboard
constructor(clusterArn: String? = null, clusterEndpoints: List<ClusterEndpoint>? = null, status: ClusterStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clusterArn: String? = null

The Amazon Resource Name (ARN) of the cluster.

Link copied to clipboard

Endpoints for the cluster.

Link copied to clipboard
val status: ClusterStatus? = null

Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.