Get Cluster Result
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)
Properties
Link copied to clipboard
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
Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.