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

DisableSnapshotCopyMessage

import type { DisableSnapshotCopyMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface DisableSnapshotCopyMessage {
ClusterIdentifier: string;
}

§Properties

§
ClusterIdentifier: string
[src]

The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.