RestoreDBClusterToPointInTimeMessage
import type { RestoreDBClusterToPointInTimeMessage } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/docdb.ts";interface RestoreDBClusterToPointInTimeMessage {
DBClusterIdentifier: string;
DBSubnetGroupName?: string | null;
DeletionProtection?: boolean | null;
EnableCloudwatchLogsExports?: string[] | null;
KmsKeyId?: string | null;
Port?: number | null;
RestoreToTime?: Date | number | null;
SourceDBClusterIdentifier: string;
Tags?: Tag[] | null;
UseLatestRestorableTime?: boolean | null;
VpcSecurityGroupIds?: string[] | null;
}