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/neptune.ts?docs=full";
interface CreateGlobalClusterMessage {
DeletionProtection?: boolean | null;
Engine?: string | null;
EngineVersion?: string | null;
GlobalClusterIdentifier: string;
SourceDBClusterIdentifier?: string | null;
StorageEncrypted?: boolean | null;
}

§Properties

§
DeletionProtection?: boolean | null
[src]

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

§
Engine?: string | null
[src]

The name of the database engine to be used in the global database.

Valid values: neptune

§
EngineVersion?: string | null
[src]

The Neptune engine version to be used by the global database.

Valid values: 1.2.0.0 or above.

§
GlobalClusterIdentifier: string
[src]

The cluster identifier of the new global database cluster.

§
SourceDBClusterIdentifier?: string | null
[src]

(Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.

§
StorageEncrypted?: boolean | null
[src]

The storage encryption setting for the new global database cluster.