Cluster class

Contains all of the attributes of a specific DAX cluster.

Constructors

Cluster({int? activeNodes, String? clusterArn, Endpoint? clusterDiscoveryEndpoint, String? clusterName, String? description, String? iamRoleArn, List<String>? nodeIdsToRemove, String? nodeType, List<Node>? nodes, NotificationConfiguration? notificationConfiguration, ParameterGroupStatus? parameterGroup, String? preferredMaintenanceWindow, SSEDescription? sSEDescription, List<SecurityGroupMembership>? securityGroups, String? status, String? subnetGroup, int? totalNodes})
Cluster.fromJson(Map<String, dynamic> json)
factory

Properties

activeNodes int?
The number of nodes in the cluster that are active (i.e., capable of serving requests).
final
clusterArn String?
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
final
clusterDiscoveryEndpoint 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.
final
clusterName String?
The name of the DAX cluster.
final
description String?
The description of the cluster.
final
hashCode int
The hash code for this object.
no setterinherited
iamRoleArn String?
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.
final
nodeIdsToRemove List<String>?
A list of nodes to be removed from the cluster.
final
nodes List<Node>?
A list of nodes that are currently in the cluster.
final
nodeType String?
The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
final
notificationConfiguration NotificationConfiguration?
Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
final
parameterGroup ParameterGroupStatus?
The parameter group being used by nodes in the cluster.
final
preferredMaintenanceWindow String?
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityGroups List<SecurityGroupMembership>?
A list of security groups, and the status of each, for the nodes in the cluster.
final
sSEDescription SSEDescription?
The description of the server-side encryption status on the specified DAX cluster.
final
status String?
The current status of the cluster.
final
subnetGroup String?
The subnet group where the DAX cluster is running.
final
totalNodes int?
The total number of nodes in the cluster.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited