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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb

Overview

Contains all of the attributes of a specific DAX cluster.

Constant Summary collapse

SENSITIVE =
[]

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)


117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 117

class Cluster < Struct.new(
  :cluster_name,
  :description,
  :cluster_arn,
  :total_nodes,
  :active_nodes,
  :node_type,
  :status,
  :cluster_discovery_endpoint,
  :node_ids_to_remove,
  :nodes,
  :preferred_maintenance_window,
  :notification_configuration,
  :subnet_group,
  :security_groups,
  :iam_role_arn,
  :parameter_group,
  :sse_description,
  :cluster_endpoint_encryption_type,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_arnString

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

Returns:

  • (String)


117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 117

class Cluster < Struct.new(
  :cluster_name,
  :description,
  :cluster_arn,
  :total_nodes,
  :active_nodes,
  :node_type,
  :status,
  :cluster_discovery_endpoint,
  :node_ids_to_remove,
  :nodes,
  :preferred_maintenance_window,
  :notification_configuration,
  :subnet_group,
  :security_groups,
  :iam_role_arn,
  :parameter_group,
  :sse_description,
  :cluster_endpoint_encryption_type,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_discovery_endpointTypes::Endpoint

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.

Returns:



117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 117

class Cluster < Struct.new(
  :cluster_name,
  :description,
  :cluster_arn,
  :total_nodes,
  :active_nodes,
  :node_type,
  :status,
  :cluster_discovery_endpoint,
  :node_ids_to_remove,
  :nodes,
  :preferred_maintenance_window,
  :notification_configuration,
  :subnet_group,
  :security_groups,
  :iam_role_arn,
  :parameter_group,
  :sse_description,
  :cluster_endpoint_encryption_type,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_endpoint_encryption_typeString

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

  • NONE for no encryption

    TLS for Transport Layer Security

Returns:

  • (String)


117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 117

class Cluster < Struct.new(
  :cluster_name,
  :description,
  :cluster_arn,
  :total_nodes,
  :active_nodes,
  :node_type,
  :status,
  :cluster_discovery_endpoint,
  :node_ids_to_remove,
  :nodes,
  :preferred_maintenance_window,
  :notification_configuration,
  :subnet_group,
  :security_groups,
  :iam_role_arn,
  :parameter_group,
  :sse_description,
  :cluster_endpoint_encryption_type,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_nameString

The name of the DAX cluster.

Returns:

  • (String)


117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 117

class Cluster < Struct.new(
  :cluster_name,
  :description,
  :cluster_arn,
  :total_nodes,
  :active_nodes,
  :node_type,
  :status,
  :cluster_discovery_endpoint,
  :node_ids_to_remove,
  :nodes,
  :preferred_maintenance_window,
  :notification_configuration,
  :subnet_group,
  :security_groups,
  :iam_role_arn,
  :parameter_group,
  :sse_description,
  :cluster_endpoint_encryption_type,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the cluster.

Returns:

  • (String)


117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 117

class Cluster < Struct.new(
  :cluster_name,
  :description,
  :cluster_arn,
  :total_nodes,
  :active_nodes,
  :node_type,
  :status,
  :cluster_discovery_endpoint,
  :node_ids_to_remove,
  :nodes,
  :preferred_maintenance_window,
  :notification_configuration,
  :subnet_group,
  :security_groups,
  :iam_role_arn,
  :parameter_group,
  :sse_description,
  :cluster_endpoint_encryption_type,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#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)


117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 117

class Cluster < Struct.new(
  :cluster_name,
  :description,
  :cluster_arn,
  :total_nodes,
  :active_nodes,
  :node_type,
  :status,
  :cluster_discovery_endpoint,
  :node_ids_to_remove,
  :nodes,
  :preferred_maintenance_window,
  :notification_configuration,
  :subnet_group,
  :security_groups,
  :iam_role_arn,
  :parameter_group,
  :sse_description,
  :cluster_endpoint_encryption_type,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#network_typeString

The IP address type of the cluster. Values are:

  • ipv4 - IPv4 addresses only

  • ipv6 - IPv6 addresses only

  • dual_stack - Both IPv4 and IPv6 addresses

Returns:

  • (String)


117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 117

class Cluster < Struct.new(
  :cluster_name,
  :description,
  :cluster_arn,
  :total_nodes,
  :active_nodes,
  :node_type,
  :status,
  :cluster_discovery_endpoint,
  :node_ids_to_remove,
  :nodes,
  :preferred_maintenance_window,
  :notification_configuration,
  :subnet_group,
  :security_groups,
  :iam_role_arn,
  :parameter_group,
  :sse_description,
  :cluster_endpoint_encryption_type,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#node_ids_to_removeArray<String>

A list of nodes to be removed from the cluster.

Returns:

  • (Array<String>)


117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 117

class Cluster < Struct.new(
  :cluster_name,
  :description,
  :cluster_arn,
  :total_nodes,
  :active_nodes,
  :node_type,
  :status,
  :cluster_discovery_endpoint,
  :node_ids_to_remove,
  :nodes,
  :preferred_maintenance_window,
  :notification_configuration,
  :subnet_group,
  :security_groups,
  :iam_role_arn,
  :parameter_group,
  :sse_description,
  :cluster_endpoint_encryption_type,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#node_typeString

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

Returns:

  • (String)


117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 117

class Cluster < Struct.new(
  :cluster_name,
  :description,
  :cluster_arn,
  :total_nodes,
  :active_nodes,
  :node_type,
  :status,
  :cluster_discovery_endpoint,
  :node_ids_to_remove,
  :nodes,
  :preferred_maintenance_window,
  :notification_configuration,
  :subnet_group,
  :security_groups,
  :iam_role_arn,
  :parameter_group,
  :sse_description,
  :cluster_endpoint_encryption_type,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#nodesArray<Types::Node>

A list of nodes that are currently in the cluster.

Returns:



117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 117

class Cluster < Struct.new(
  :cluster_name,
  :description,
  :cluster_arn,
  :total_nodes,
  :active_nodes,
  :node_type,
  :status,
  :cluster_discovery_endpoint,
  :node_ids_to_remove,
  :nodes,
  :preferred_maintenance_window,
  :notification_configuration,
  :subnet_group,
  :security_groups,
  :iam_role_arn,
  :parameter_group,
  :sse_description,
  :cluster_endpoint_encryption_type,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#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).



117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 117

class Cluster < Struct.new(
  :cluster_name,
  :description,
  :cluster_arn,
  :total_nodes,
  :active_nodes,
  :node_type,
  :status,
  :cluster_discovery_endpoint,
  :node_ids_to_remove,
  :nodes,
  :preferred_maintenance_window,
  :notification_configuration,
  :subnet_group,
  :security_groups,
  :iam_role_arn,
  :parameter_group,
  :sse_description,
  :cluster_endpoint_encryption_type,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_groupTypes::ParameterGroupStatus

The parameter group being used by nodes in the cluster.



117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 117

class Cluster < Struct.new(
  :cluster_name,
  :description,
  :cluster_arn,
  :total_nodes,
  :active_nodes,
  :node_type,
  :status,
  :cluster_discovery_endpoint,
  :node_ids_to_remove,
  :nodes,
  :preferred_maintenance_window,
  :notification_configuration,
  :subnet_group,
  :security_groups,
  :iam_role_arn,
  :parameter_group,
  :sse_description,
  :cluster_endpoint_encryption_type,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#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)


117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 117

class Cluster < Struct.new(
  :cluster_name,
  :description,
  :cluster_arn,
  :total_nodes,
  :active_nodes,
  :node_type,
  :status,
  :cluster_discovery_endpoint,
  :node_ids_to_remove,
  :nodes,
  :preferred_maintenance_window,
  :notification_configuration,
  :subnet_group,
  :security_groups,
  :iam_role_arn,
  :parameter_group,
  :sse_description,
  :cluster_endpoint_encryption_type,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#security_groupsArray<Types::SecurityGroupMembership>

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

Returns:



117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 117

class Cluster < Struct.new(
  :cluster_name,
  :description,
  :cluster_arn,
  :total_nodes,
  :active_nodes,
  :node_type,
  :status,
  :cluster_discovery_endpoint,
  :node_ids_to_remove,
  :nodes,
  :preferred_maintenance_window,
  :notification_configuration,
  :subnet_group,
  :security_groups,
  :iam_role_arn,
  :parameter_group,
  :sse_description,
  :cluster_endpoint_encryption_type,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#sse_descriptionTypes::SSEDescription

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



117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 117

class Cluster < Struct.new(
  :cluster_name,
  :description,
  :cluster_arn,
  :total_nodes,
  :active_nodes,
  :node_type,
  :status,
  :cluster_discovery_endpoint,
  :node_ids_to_remove,
  :nodes,
  :preferred_maintenance_window,
  :notification_configuration,
  :subnet_group,
  :security_groups,
  :iam_role_arn,
  :parameter_group,
  :sse_description,
  :cluster_endpoint_encryption_type,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the cluster.

Returns:

  • (String)


117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 117

class Cluster < Struct.new(
  :cluster_name,
  :description,
  :cluster_arn,
  :total_nodes,
  :active_nodes,
  :node_type,
  :status,
  :cluster_discovery_endpoint,
  :node_ids_to_remove,
  :nodes,
  :preferred_maintenance_window,
  :notification_configuration,
  :subnet_group,
  :security_groups,
  :iam_role_arn,
  :parameter_group,
  :sse_description,
  :cluster_endpoint_encryption_type,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_groupString

The subnet group where the DAX cluster is running.

Returns:

  • (String)


117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 117

class Cluster < Struct.new(
  :cluster_name,
  :description,
  :cluster_arn,
  :total_nodes,
  :active_nodes,
  :node_type,
  :status,
  :cluster_discovery_endpoint,
  :node_ids_to_remove,
  :nodes,
  :preferred_maintenance_window,
  :notification_configuration,
  :subnet_group,
  :security_groups,
  :iam_role_arn,
  :parameter_group,
  :sse_description,
  :cluster_endpoint_encryption_type,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#total_nodesInteger

The total number of nodes in the cluster.

Returns:

  • (Integer)


117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 117

class Cluster < Struct.new(
  :cluster_name,
  :description,
  :cluster_arn,
  :total_nodes,
  :active_nodes,
  :node_type,
  :status,
  :cluster_discovery_endpoint,
  :node_ids_to_remove,
  :nodes,
  :preferred_maintenance_window,
  :notification_configuration,
  :subnet_group,
  :security_groups,
  :iam_role_arn,
  :parameter_group,
  :sse_description,
  :cluster_endpoint_encryption_type,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end