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

DeleteClusterSnapshotMessage

import type { DeleteClusterSnapshotMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface DeleteClusterSnapshotMessage {
SnapshotClusterIdentifier?: string | null;
SnapshotIdentifier: string;
}

§Properties

§
SnapshotClusterIdentifier?: string | null
[src]

The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

Constraints: Must be the name of valid cluster.

§
SnapshotIdentifier: string
[src]

The unique identifier of the manual snapshot to be deleted.

Constraints: Must be the name of an existing snapshot that is in the available, failed, or cancelled state.