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

§Properties

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