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

TestFailoverMessage

import type { TestFailoverMessage } from "https://aws-api.deno.dev/v0.3/services/elasticache.ts?docs=full";
interface TestFailoverMessage {
NodeGroupId: string;
ReplicationGroupId: string;
}

§Properties

§
NodeGroupId: string
[src]

The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.

§
ReplicationGroupId: string
[src]

The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.