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

ModifyDBClusterMessage

import type { ModifyDBClusterMessage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/neptune.ts";
interface ModifyDBClusterMessage {
ApplyImmediately?: boolean | null;
BackupRetentionPeriod?: number | null;
CloudwatchLogsExportConfiguration?: CloudwatchLogsExportConfiguration | null;
CopyTagsToSnapshot?: boolean | null;
DBClusterIdentifier: string;
DBClusterParameterGroupName?: string | null;
DeletionProtection?: boolean | null;
EnableIAMDatabaseAuthentication?: boolean | null;
EngineVersion?: string | null;
MasterUserPassword?: string | null;
NewDBClusterIdentifier?: string | null;
OptionGroupName?: string | null;
Port?: number | null;
PreferredBackupWindow?: string | null;
PreferredMaintenanceWindow?: string | null;
VpcSecurityGroupIds?: string[] | null;
}

§Properties

§
ApplyImmediately?: boolean | null
[src]
§
BackupRetentionPeriod?: number | null
[src]
§
CloudwatchLogsExportConfiguration?: CloudwatchLogsExportConfiguration | null
[src]
§
CopyTagsToSnapshot?: boolean | null
[src]
§
DBClusterIdentifier: string
[src]
§
DBClusterParameterGroupName?: string | null
[src]
§
DeletionProtection?: boolean | null
[src]
§
EnableIAMDatabaseAuthentication?: boolean | null
[src]
§
EngineVersion?: string | null
[src]
§
MasterUserPassword?: string | null
[src]
§
NewDBClusterIdentifier?: string | null
[src]
§
OptionGroupName?: string | null
[src]
§
Port?: number | null
[src]
§
PreferredBackupWindow?: string | null
[src]
§
PreferredMaintenanceWindow?: string | null
[src]
§
VpcSecurityGroupIds?: string[] | null
[src]