Cluster

class Cluster

Contains all of the attributes of a specific DAX cluster.

Types

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

Properties

Link copied to clipboard

The number of nodes in the cluster that are active (i.e., capable of serving requests).

Link copied to clipboard

The Amazon Resource Name (ARN) that uniquely identifies the cluster.

Link copied to clipboard

The endpoint for this DAX cluster, consisting of a DNS name, a port number, and a URL. Applications should use the URL to configure the DAX client to find their cluster.

Link copied to clipboard

The type of encryption supported by the cluster's endpoint. Values are:

Link copied to clipboard

The name of the DAX cluster.

Link copied to clipboard

The description of the cluster.

Link copied to clipboard

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

Link copied to clipboard

A list of nodes to be removed from the cluster.

Link copied to clipboard
val nodes: List<Node>?

A list of nodes that are currently in the cluster.

Link copied to clipboard

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

Link copied to clipboard

Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).

Link copied to clipboard

The parameter group being used by nodes in the cluster.

Link copied to clipboard

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

Link copied to clipboard

A list of security groups, and the status of each, for the nodes in the cluster.

Link copied to clipboard

The description of the server-side encryption status on the specified DAX cluster.

Link copied to clipboard

The current status of the cluster.

Link copied to clipboard

The subnet group where the DAX cluster is running.

Link copied to clipboard

The total number of nodes in the cluster.

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