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

CancelResizeMessage

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

§Properties

§
ClusterIdentifier: string
[src]

The unique identifier for the cluster that you want to cancel a resize operation for.