UpdateClusterRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Access Control List that is associated with the cluster.

Link copied to clipboard

The name of the cluster to update.

Link copied to clipboard

The description of the cluster to update.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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'.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

The name of the parameter group to update.

Link copied to clipboard

The number of replicas that will reside in each shard.

Link copied to clipboard

The SecurityGroupIds to update.

Link copied to clipboard

The number of shards in the cluster.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

The SNS topic ARN to update.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String