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

RestoreFromRecoveryPointRequest

import type { RestoreFromRecoveryPointRequest } from "https://aws-api.deno.dev/v0.4/services/redshiftserverless.ts?docs=full";
interface RestoreFromRecoveryPointRequest {
namespaceName: string;
recoveryPointId: string;
workgroupName: string;
}

§Properties

§
namespaceName: string
[src]

The name of the namespace to restore data into.

§
recoveryPointId: string
[src]

The unique identifier of the recovery point to restore from.

§
workgroupName: string
[src]

The name of the workgroup used to restore data.