AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains all of the attributes of a specific DAX cluster.

Inheritance Hierarchy

System.Object
  Amazon.DAX.Model.Cluster

Namespace: Amazon.DAX.Model
Assembly: AWSSDK.DAX.dll
Version: 3.x.y.z

Syntax

C#
public class Cluster

The Cluster type exposes the following members

Constructors

NameDescription
Public Method Cluster()

Properties

NameTypeDescription
Public Property ActiveNodes System.Int32

Gets and sets the property ActiveNodes.

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

Public Property ClusterArn System.String

Gets and sets the property ClusterArn.

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

Public Property ClusterDiscoveryEndpoint Amazon.DAX.Model.Endpoint

Gets and sets the property ClusterDiscoveryEndpoint.

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.

Public Property ClusterEndpointEncryptionType Amazon.DAX.ClusterEndpointEncryptionType

Gets and sets the property ClusterEndpointEncryptionType.

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

  • NONE for no encryption

    TLS for Transport Layer Security

Public Property ClusterName System.String

Gets and sets the property ClusterName.

The name of the DAX cluster.

Public Property Description System.String

Gets and sets the property Description.

The description of the cluster.

Public Property IamRoleArn System.String

Gets and sets the property IamRoleArn.

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.

Public Property NodeIdsToRemove System.Collections.Generic.List<System.String>

Gets and sets the property NodeIdsToRemove.

A list of nodes to be removed from the cluster.

Public Property Nodes System.Collections.Generic.List<Amazon.DAX.Model.Node>

Gets and sets the property Nodes.

A list of nodes that are currently in the cluster.

Public Property NodeType System.String

Gets and sets the property NodeType.

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

Public Property NotificationConfiguration Amazon.DAX.Model.NotificationConfiguration

Gets and sets the property NotificationConfiguration.

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

Public Property ParameterGroup Amazon.DAX.Model.ParameterGroupStatus

Gets and sets the property ParameterGroup.

The parameter group being used by nodes in the cluster.

Public Property PreferredMaintenanceWindow System.String

Gets and sets the property PreferredMaintenanceWindow.

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.

Public Property SecurityGroups System.Collections.Generic.List<Amazon.DAX.Model.SecurityGroupMembership>

Gets and sets the property SecurityGroups.

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

Public Property SSEDescription Amazon.DAX.Model.SSEDescription

Gets and sets the property SSEDescription.

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

Public Property Status System.String

Gets and sets the property Status.

The current status of the cluster.

Public Property SubnetGroup System.String

Gets and sets the property SubnetGroup.

The subnet group where the DAX cluster is running.

Public Property TotalNodes System.Int32

Gets and sets the property TotalNodes.

The total number of nodes in the cluster.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5