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

CreateGlobalClusterMessage

import type { CreateGlobalClusterMessage } from "https://aws-api.deno.dev/v0.4/services/docdb.ts?docs=full";

Represents the input to "CreateGlobalCluster".

interface CreateGlobalClusterMessage {
DatabaseName?: string | null;
DeletionProtection?: boolean | null;
Engine?: string | null;
EngineVersion?: string | null;
GlobalClusterIdentifier: string;
SourceDBClusterIdentifier?: string | null;
StorageEncrypted?: boolean | null;
}

§Properties

§
DatabaseName?: string | null
[src]

The name for your database of up to 64 alpha-numeric characters. If you do not provide a name, Amazon DocumentDB will not create a database in the global cluster you are creating.

§
DeletionProtection?: boolean | null
[src]

The deletion protection setting for the new global cluster. The global cluster can't be deleted when deletion protection is enabled.

§
Engine?: string | null
[src]

The name of the database engine to be used for this cluster.

§
EngineVersion?: string | null
[src]

The engine version of the global cluster.

§
GlobalClusterIdentifier: string
[src]

The cluster identifier of the new global cluster.

§
SourceDBClusterIdentifier?: string | null
[src]

The Amazon Resource Name (ARN) to use as the primary cluster of the global cluster. This parameter is optional.

§
StorageEncrypted?: boolean | null
[src]

The storage encryption setting for the new global cluster.