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

AwsRedshiftClusterResizeInfo

import type { AwsRedshiftClusterResizeInfo } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Information about the resize operation for the cluster.

interface AwsRedshiftClusterResizeInfo {
AllowCancelResize?: boolean | null;
ResizeType?: string | null;
}

§Properties

§
AllowCancelResize?: boolean | null
[src]

Indicates whether the resize operation can be canceled.

§
ResizeType?: string | null
[src]

The type of resize operation.

Valid values: ClassicResize