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

§Properties

§
DatabaseName?: string | null
[src]

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

§
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 for this DB cluster.

§
EngineVersion?: string | null
[src]

The engine version of the Aurora global database.

§
GlobalClusterIdentifier?: string | null
[src]

The cluster identifier of the new global database cluster.

§
SourceDBClusterIdentifier?: string | null
[src]

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

§
StorageEncrypted?: boolean | null
[src]

The storage encryption setting for the new global database cluster.