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

PauseClusterMessage

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

Describes a pause cluster operation. For example, a scheduled action to run the PauseCluster API operation.

interface PauseClusterMessage {
ClusterIdentifier: string;
}

§Properties

§
ClusterIdentifier: string
[src]

The identifier of the cluster to be paused.