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/docdb.ts?docs=full";

Represents the input to "RemoveFromGlobalCluster".

interface RemoveFromGlobalClusterMessage {
DbClusterIdentifier: string;
GlobalClusterIdentifier: string;
}

§Properties

§
DbClusterIdentifier: string
[src]

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

§
GlobalClusterIdentifier: string
[src]

The cluster identifier to detach from the Amazon DocumentDB global cluster.