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

IncreaseReplicationFactorRequest

import type { IncreaseReplicationFactorRequest } from "https://aws-api.deno.dev/v0.3/services/dax.ts?docs=full";
interface IncreaseReplicationFactorRequest {
AvailabilityZones?: string[] | null;
ClusterName: string;
NewReplicationFactor: number;
}

§Properties

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

The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

§
ClusterName: string
[src]

The name of the DAX cluster that will receive additional nodes.

§
NewReplicationFactor: number
[src]

The new number of nodes for the DAX cluster.