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

RemoveFromGlobalClusterMessage

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

§Properties

§
DbClusterIdentifier: string
[src]

The Amazon Resource Name (ARN) identifying the cluster to be detached from the Neptune global database cluster.

§
GlobalClusterIdentifier: string
[src]

The identifier of the Neptune global database from which to detach the specified Neptune DB cluster.