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/rds.ts?docs=full";
interface RemoveFromGlobalClusterMessage {
DbClusterIdentifier?: string | null;
GlobalClusterIdentifier?: string | null;
}

§Properties

§
DbClusterIdentifier?: string | null
[src]

The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.

§
GlobalClusterIdentifier?: string | null
[src]

The cluster identifier to detach from the Aurora global database cluster.