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

GlobalCluster

import type { GlobalCluster } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/docdb.ts";
interface GlobalCluster {
DatabaseName?: string | null;
DeletionProtection?: boolean | null;
Engine?: string | null;
EngineVersion?: string | null;
GlobalClusterArn?: string | null;
GlobalClusterIdentifier?: string | null;
GlobalClusterMembers: GlobalClusterMember[];
GlobalClusterResourceId?: string | null;
Status?: string | null;
StorageEncrypted?: boolean | null;
}

§Properties

§
DatabaseName?: string | null
[src]
§
DeletionProtection?: boolean | null
[src]
§
Engine?: string | null
[src]
§
EngineVersion?: string | null
[src]
§
GlobalClusterArn?: string | null
[src]
§
GlobalClusterIdentifier?: string | null
[src]
§
GlobalClusterMembers: GlobalClusterMember[]
[src]
§
GlobalClusterResourceId?: string | null
[src]
§
Status?: string | null
[src]
§
StorageEncrypted?: boolean | null
[src]