v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1445255198.7 KB

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

post/#X-Amz-Target=AmazonMemoryDB.UpdateCluster

Headers

X-Amz-Target'AmazonMemoryDB.UpdateCluster' required

Request body

ClusterNamestring required

The name of the cluster to update.

Descriptionstring

The description of the cluster to update.

SecurityGroupIdsString[]

The SecurityGroupIds to update.

MaintenanceWindowstring
<p>Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.</p> <p>Valid values for <code>ddd</code> are:</p> <ul> <li> <p> <code>sun</code> </p> </li> <li> <p> <code>mon</code> </p> </li> <li> <p> <code>tue</code> </p> </li> <li> <p> <code>wed</code> </p> </li> <li> <p> <code>thu</code> </p> </li> <li> <p> <code>fri</code> </p> </li> <li> <p> <code>sat</code> </p> </li> </ul> <p>Example: <code>sun:23:00-mon:01:30</code> </p>
SnsTopicArnstring

The SNS topic ARN to update.

SnsTopicStatusstring

The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

ParameterGroupNamestring

The name of the parameter group to update.

SnapshotWindowstring

The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your cluster.

SnapshotRetentionLimitinteger

The number of days for which MemoryDB retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

NodeTypestring

A valid node type that you want to scale this cluster up or down to.

Enginestring

The name of the engine to be used for the cluster.

EngineVersionstring

The upgraded version of the engine to be run on the nodes. You can upgrade to a newer engine version, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.

ACLNamestring

The Access Control List that is associated with the cluster.

IpDiscovery'ipv4' | 'ipv6'

The mechanism for discovering IP addresses for the cluster discovery protocol. Valid values are 'ipv4' or 'ipv6'. When set to 'ipv4', cluster discovery functions such as cluster slots, cluster shards, and cluster nodes will return IPv4 addresses for cluster nodes. When set to 'ipv6', the cluster discovery functions return IPv6 addresses for cluster nodes. The value must be compatible with the NetworkType parameter. If not specified, the default is 'ipv4'.

Response

Success