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

IncreaseNodeGroupsInGlobalReplicationGroupMessage

import type { IncreaseNodeGroupsInGlobalReplicationGroupMessage } from "https://aws-api.deno.dev/v0.3/services/elasticache.ts?docs=full";
interface IncreaseNodeGroupsInGlobalReplicationGroupMessage {
ApplyImmediately: boolean;
GlobalReplicationGroupId: string;
NodeGroupCount: number;
RegionalConfigurations?: RegionalConfiguration[] | null;
}

§Properties

§
ApplyImmediately: boolean
[src]

Indicates that the process begins immediately. At present, the only permitted value for this parameter is true.

§
GlobalReplicationGroupId: string
[src]

The name of the Global datastore

§
NodeGroupCount: number
[src]

The number of node groups you wish to add

§
RegionalConfigurations?: RegionalConfiguration[] | null
[src]

Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration for each that comprise the Global datastore