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

ReplicaConfigurationRequest

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

A request to configure the number of replicas in a shard

interface ReplicaConfigurationRequest {
ReplicaCount?: number | null;
}

§Properties

§
ReplicaCount?: number | null
[src]

The number of replicas to scale up or down to