Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateClusterRequest

import type { UpdateClusterRequest } from "https://aws-api.deno.dev/v0.3/services/memorydb.ts?docs=full";
interface UpdateClusterRequest {
ACLName?: string | null;
ClusterName: string;
Description?: string | null;
EngineVersion?: string | null;
MaintenanceWindow?: string | null;
NodeType?: string | null;
ParameterGroupName?: string | null;
ReplicaConfiguration?: ReplicaConfigurationRequest | null;
SecurityGroupIds?: string[] | null;
ShardConfiguration?: ShardConfigurationRequest | null;
SnapshotRetentionLimit?: number | null;
SnapshotWindow?: string | null;
SnsTopicArn?: string | null;
SnsTopicStatus?: string | null;
}

§Properties

§
ACLName?: string | null
[src]

The Access Control List that is associated with the cluster

§
ClusterName: string
[src]

The name of the cluster to update

§
Description?: string | null
[src]

The description of the cluster to update

§
EngineVersion?: string | null
[src]

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.

§
MaintenanceWindow?: string | null
[src]

The maintenance window to update

§
NodeType?: string | null
[src]

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

§
ParameterGroupName?: string | null
[src]

The name of the parameter group to update

§
ReplicaConfiguration?: ReplicaConfigurationRequest | null
[src]

The number of replicas that will reside in each shard

§
SecurityGroupIds?: string[] | null
[src]

The SecurityGroupIds to update

§
ShardConfiguration?: ShardConfigurationRequest | null
[src]

The number of shards in the cluster

§
SnapshotRetentionLimit?: number | null
[src]

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.

§
SnapshotWindow?: string | null
[src]

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

§
SnsTopicArn?: string | null
[src]

The SNS topic ARN to update

§
SnsTopicStatus?: string | null
[src]

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