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