Cluster

class Cluster

A set of five redundant Regional endpoints against which you can execute API calls to update or get the state of routing controls. You can host multiple control panels and routing controls on one cluster.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the cluster.

Link copied to clipboard

Endpoints for a cluster. Specify one of these endpoints when you want to set or retrieve a routing control state in the cluster.

Link copied to clipboard
val name: String?

The name of the cluster.

Link copied to clipboard

The Amazon Web Services account ID of the cluster owner.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: Cluster.Builder.() -> Unit = {}): Cluster
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