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

FailoverDBClusterMessage

import type { FailoverDBClusterMessage } from "https://aws-api.deno.dev/v0.3/services/neptune.ts?docs=full";
interface FailoverDBClusterMessage {
DBClusterIdentifier?: string | null;
TargetDBInstanceIdentifier?: string | null;
}

§Properties

§
DBClusterIdentifier?: string | null
[src]

A DB cluster identifier to force a failover for. This parameter is not case-sensitive.

Constraints:

  • Must match the identifier of an existing DBCluster.
§
TargetDBInstanceIdentifier?: string | null
[src]

The name of the instance to promote to the primary instance.

You must specify the instance identifier for an Read Replica in the DB cluster. For example, mydbcluster-replica1.