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.

Container for the parameters to the UpdateCluster operation. Modifies the settings for a DAX cluster. You can use this action to change one or more cluster configuration parameters by specifying the parameters and the new values.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DAX.AmazonDAXRequest
      Amazon.DAX.Model.UpdateClusterRequest

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

Syntax

C#
public class UpdateClusterRequest : AmazonDAXRequest
         IAmazonWebServiceRequest

The UpdateClusterRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateClusterRequest()

Properties

NameTypeDescription
Public Property ClusterName System.String

Gets and sets the property ClusterName.

The name of the DAX cluster to be modified.

Public Property Description System.String

Gets and sets the property Description.

A description of the changes being made to the cluster.

Public Property NotificationTopicArn System.String

Gets and sets the property NotificationTopicArn.

The Amazon Resource Name (ARN) that identifies the topic.

Public Property NotificationTopicStatus System.String

Gets and sets the property NotificationTopicStatus.

The current state of the topic. A value of “active” means that notifications will be sent to the topic. A value of “inactive” means that notifications will not be sent to the topic.

Public Property ParameterGroupName System.String

Gets and sets the property ParameterGroupName.

The name of a parameter group for this 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 SecurityGroupIds System.Collections.Generic.List<System.String>

Gets and sets the property SecurityGroupIds.

A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

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