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

ClusterConfiguration

import type { ClusterConfiguration } from "https://aws-api.deno.dev/v0.4/services/memorydb.ts?docs=full";

A list of cluster configuration options.

interface ClusterConfiguration {
Description?: string | null;
EngineVersion?: string | null;
MaintenanceWindow?: string | null;
Name?: string | null;
NodeType?: string | null;
NumShards?: number | null;
ParameterGroupName?: string | null;
Port?: number | null;
Shards?: ShardDetail[] | null;
SnapshotRetentionLimit?: number | null;
SnapshotWindow?: string | null;
SubnetGroupName?: string | null;
TopicArn?: string | null;
VpcId?: string | null;
}

§Properties

§
Description?: string | null
[src]

The description of the cluster configuration

§
EngineVersion?: string | null
[src]

The Redis engine version used by the cluster

§
MaintenanceWindow?: string | null
[src]

The specified maintenance window for the cluster

§
Name?: string | null
[src]

The name of the cluster

§
NodeType?: string | null
[src]

The node type used for the cluster

§
NumShards?: number | null
[src]

The number of shards in the cluster

§
ParameterGroupName?: string | null
[src]

The name of parameter group used by the cluster

§
Port?: number | null
[src]

The port used by the cluster

§
Shards?: ShardDetail[] | null
[src]

The list of shards in the cluster

§
SnapshotRetentionLimit?: number | null
[src]

The snapshot retention limit set by the cluster

§
SnapshotWindow?: string | null
[src]

The snapshot window set by the cluster

§
SubnetGroupName?: string | null
[src]

The name of the subnet group used by the cluster

§
TopicArn?: string | null
[src]

The Amazon Resource Name (ARN) of the SNS notification topic for the cluster

§
VpcId?: string | null
[src]

The ID of the VPC the cluster belongs to