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

FailoverGlobalClusterMessage

import type { FailoverGlobalClusterMessage } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
interface FailoverGlobalClusterMessage {
GlobalClusterIdentifier: string;
TargetDbClusterIdentifier: string;
}

§Properties

§
GlobalClusterIdentifier: string
[src]

Identifier of the Aurora global database ("GlobalCluster") that should be failed over. The identifier is the unique key assigned by the user when the Aurora global database was created. In other words, it's the name of the Aurora global database that you want to fail over.

Constraints:

  • Must match the identifier of an existing "GlobalCluster" (Aurora global database).
§
TargetDbClusterIdentifier: string
[src]

Identifier of the secondary Aurora DB cluster that you want to promote to primary for the Aurora global database ("GlobalCluster".) Use the Amazon Resource Name (ARN) for the identifier so that Aurora can locate the cluster in its Amazon Web Services Region.