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

ModifyGlobalClusterMessage

import type { ModifyGlobalClusterMessage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";
interface ModifyGlobalClusterMessage {
AllowMajorVersionUpgrade?: boolean | null;
DeletionProtection?: boolean | null;
EngineVersion?: string | null;
GlobalClusterIdentifier?: string | null;
NewGlobalClusterIdentifier?: string | null;
}

§Properties

§
AllowMajorVersionUpgrade?: boolean | null
[src]
§
DeletionProtection?: boolean | null
[src]
§
EngineVersion?: string | null
[src]
§
GlobalClusterIdentifier?: string | null
[src]
§
NewGlobalClusterIdentifier?: string | null
[src]