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-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";
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]
§
DeletionProtection?: boolean | null
[src]
§
Engine?: string | null
[src]
§
EngineVersion?: string | null
[src]
§
GlobalClusterIdentifier?: string | null
[src]
§
SourceDBClusterIdentifier?: string | null
[src]
§
StorageEncrypted?: boolean | null
[src]