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

ResumeClusterMessage

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

Describes a resume cluster operation. For example, a scheduled action to run the ResumeCluster API operation.

interface ResumeClusterMessage {
ClusterIdentifier: string;
}

§Properties

§
ClusterIdentifier: string
[src]

The identifier of the cluster to be resumed.