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

ModifyGlobalReplicationGroupMessage

import type { ModifyGlobalReplicationGroupMessage } from "https://aws-api.deno.dev/v0.3/services/elasticache.ts?docs=full";
interface ModifyGlobalReplicationGroupMessage {
ApplyImmediately: boolean;
AutomaticFailoverEnabled?: boolean | null;
CacheNodeType?: string | null;
CacheParameterGroupName?: string | null;
EngineVersion?: string | null;
GlobalReplicationGroupDescription?: string | null;
GlobalReplicationGroupId: string;
}

§Properties

§
ApplyImmediately: boolean
[src]

This parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible. Modifications to Global Replication Groups cannot be requested to be applied in PreferredMaintenceWindow.

§
AutomaticFailoverEnabled?: boolean | null
[src]

Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

§
CacheNodeType?: string | null
[src]

A valid cache node type that you want to scale this Global datastore to.

§
CacheParameterGroupName?: string | null
[src]

The name of the cache parameter group to use with the Global datastore. It must be compatible with the major engine version used by the Global datastore.

§
EngineVersion?: string | null
[src]

The upgraded version of the cache engine to be run on the clusters in the Global datastore.

§
GlobalReplicationGroupDescription?: string | null
[src]

A description of the Global datastore

§
GlobalReplicationGroupId: string
[src]

The name of the Global datastore