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.
Namespace: Amazon.DAX.Model
Assembly: AWSSDK.DAX.dll
Version: 3.x.y.z
public class Cluster
The Cluster type exposes the following members
Name | Description | |
---|---|---|
![]() |
Cluster() |
Name | Type | Description | |
---|---|---|---|
![]() |
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). |
![]() |
ClusterArn | System.String |
Gets and sets the property ClusterArn. The Amazon Resource Name (ARN) that uniquely identifies the cluster. |
![]() |
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. |
![]() |
ClusterEndpointEncryptionType | Amazon.DAX.ClusterEndpointEncryptionType |
Gets and sets the property ClusterEndpointEncryptionType. The type of encryption supported by the cluster's endpoint. Values are:
|
![]() |
ClusterName | System.String |
Gets and sets the property ClusterName. The name of the DAX cluster. |
![]() |
Description | System.String |
Gets and sets the property Description. The description of the cluster. |
![]() |
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. |
![]() |
NodeIdsToRemove | System.Collections.Generic.List<System.String> |
Gets and sets the property NodeIdsToRemove. A list of nodes to be removed from the cluster. |
![]() |
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. |
![]() |
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.) |
![]() |
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). |
![]() |
ParameterGroup | Amazon.DAX.Model.ParameterGroupStatus |
Gets and sets the property ParameterGroup. The parameter group being used by nodes in the cluster. |
![]() |
PreferredMaintenanceWindow | System.String |
Gets and sets the property PreferredMaintenanceWindow.
A range of time when maintenance of DAX cluster software will be performed. For example:
|
![]() |
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. |
![]() |
SSEDescription | Amazon.DAX.Model.SSEDescription |
Gets and sets the property SSEDescription. The description of the server-side encryption status on the specified DAX cluster. |
![]() |
Status | System.String |
Gets and sets the property Status. The current status of the cluster. |
![]() |
SubnetGroup | System.String |
Gets and sets the property SubnetGroup. The subnet group where the DAX cluster is running. |
![]() |
TotalNodes | System.Int32 |
Gets and sets the property TotalNodes. The total number of nodes in the cluster. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5