You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DAX::Types::Cluster

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#active_nodesInteger

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

Returns:

  • (Integer)

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

#cluster_arnString

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

Returns:

  • (String)

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

#cluster_discovery_endpointTypes::Endpoint

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

Returns:

  • (Types::Endpoint)

    The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number.

#cluster_nameString

The name of the DAX cluster.

Returns:

  • (String)

    The name of the DAX cluster.

#descriptionString

The description of the cluster.

Returns:

  • (String)

    The description of the cluster.

#iam_role_arnString

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.

Returns:

  • (String)

    A valid Amazon Resource Name (ARN) that identifies an IAM role.

#node_ids_to_removeArray<String>

A list of nodes to be removed from the cluster.

Returns:

  • (Array<String>)

    A list of nodes to be removed from the cluster.

#node_typeString

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

Returns:

  • (String)

    The node type for the nodes in the cluster.

#nodesArray<Types::Node>

A list of nodes that are currently in the cluster.

Returns:

  • (Array<Types::Node>)

    A list of nodes that are currently in the cluster.

#notification_configurationTypes::NotificationConfiguration

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

Returns:

#parameter_groupTypes::ParameterGroupStatus

The parameter group being used by nodes in the cluster.

Returns:

#preferred_maintenance_windowString

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.

Returns:

  • (String)

    A range of time when maintenance of DAX cluster software will be performed.

#security_groupsArray<Types::SecurityGroupMembership>

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

Returns:

#sse_descriptionTypes::SSEDescription

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

Returns:

  • (Types::SSEDescription)

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

#statusString

The current status of the cluster.

Returns:

  • (String)

    The current status of the cluster.

#subnet_groupString

The subnet group where the DAX cluster is running.

Returns:

  • (String)

    The subnet group where the DAX cluster is running.

#total_nodesInteger

The total number of nodes in the cluster.

Returns:

  • (Integer)

    The total number of nodes in the cluster.