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

ModifyAquaInputMessage

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

§Properties

§
AquaConfigurationStatus?: AquaConfigurationStatus | null
[src]

The new value of AQUA configuration status. Possible values include the following.

  • enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.
  • disabled - Don't use AQUA.
  • auto - Amazon Redshift determines whether to use AQUA.
§
ClusterIdentifier: string
[src]

The identifier of the cluster to be modified.