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.4/services/rds.ts?docs=full";
interface FailoverDBClusterMessage {
DBClusterIdentifier: string;
TargetDBInstanceIdentifier?: string | null;
}

§Properties

§
DBClusterIdentifier: string
[src]

A DB cluster identifier to force a failover for. This parameter isn't case-sensitive.

Constraints:

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

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

Specify the DB instance identifier for an Aurora Replica or a Multi-AZ readable standby in the DB cluster, for example mydbcluster-replica1.

This setting isn't supported for RDS for MySQL Multi-AZ DB clusters.