class Aws::DAX::Types::Node

Represents an individual node within a DAX cluster.

@!attribute [rw] node_id

A system-generated identifier for the node.
@return [String]

@!attribute [rw] endpoint

The endpoint for the node, consisting of a DNS name and a port
number. Client applications can connect directly to a node endpoint,
if desired (as an alternative to allowing DAX client software to
intelligently route requests and responses to nodes in the DAX
cluster.
@return [Types::Endpoint]

@!attribute [rw] node_create_time

The date and time (in UNIX epoch format) when the node was launched.
@return [Time]

@!attribute [rw] availability_zone

The Availability Zone (AZ) in which the node has been deployed.
@return [String]

@!attribute [rw] node_status

The current status of the node. For example: `available`.
@return [String]

@!attribute [rw] parameter_group_status

The status of the parameter group associated with this node. For
example, `in-sync`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/dax-2017-04-19/Node AWS API Documentation

Constants

SENSITIVE