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

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;
}

§Properties

§
DBClusterIdentifier: string
[src]
§
DBSubnetGroupName?: string | null
[src]
§
DeletionProtection?: boolean | null
[src]
§
EnableCloudwatchLogsExports?: string[] | null
[src]
§
KmsKeyId?: string | null
[src]
§
Port?: number | null
[src]
§
RestoreToTime?: Date | number | null
[src]
§
SourceDBClusterIdentifier: string
[src]
§
Tags?: Tag[] | null
[src]
§
UseLatestRestorableTime?: boolean | null
[src]
§
VpcSecurityGroupIds?: string[] | null
[src]