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