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