GetClusterResult

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

Constructors

Link copied to clipboard
constructor(clusterArn: String? = null, clusterEndpoints: List<ClusterEndpoint>? = null, networkType: ClusterNetworkType? = 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

Cluster supports IPv4 endpoints and Dual-stack IPv4 and IPv6 endpoints. NetworkType can be IPV4 or DUALSTACK.

Link copied to clipboard
val status: ClusterStatus? = null

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