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

RestoreDBClusterFromSnapshotMessage

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

§Properties

§
AvailabilityZones?: string[] | null
[src]
§
DBClusterIdentifier: string
[src]
§
DBSubnetGroupName?: string | null
[src]
§
DeletionProtection?: boolean | null
[src]
§
EnableCloudwatchLogsExports?: string[] | null
[src]
§
Engine: string
[src]
§
EngineVersion?: string | null
[src]
§
KmsKeyId?: string | null
[src]
§
Port?: number | null
[src]
§
SnapshotIdentifier: string
[src]
§
Tags?: Tag[] | null
[src]
§
VpcSecurityGroupIds?: string[] | null
[src]