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

CreateSnapshotRequest

import type { CreateSnapshotRequest } from "https://aws-api.deno.dev/v0.4/services/redshiftserverless.ts?docs=full";
interface CreateSnapshotRequest {
namespaceName: string;
retentionPeriod?: number | null;
snapshotName: string;
tags?: Tag[] | null;
}

§Properties

§
namespaceName: string
[src]

The namespace to create a snapshot for.

§
retentionPeriod?: number | null
[src]

How long to retain the created snapshot.

§
snapshotName: string
[src]

The name of the snapshot.

§
tags?: Tag[] | null
[src]

An array of Tag objects to associate with the snapshot.