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/neptune.ts?docs=full";
interface FailoverGlobalClusterMessage {
GlobalClusterIdentifier: string;
TargetDbClusterIdentifier: string;
}

§Properties

§
GlobalClusterIdentifier: string
[src]

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

Constraints: Must match the identifier of an existing Neptune global database.

§
TargetDbClusterIdentifier: string
[src]

The Amazon Resource Name (ARN) of the secondary Neptune DB cluster that you want to promote to primary for the global database.