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
§
GlobalClusterMembers: GlobalClusterMember[]
[src]