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

ClusterParameterGroupNameMessage

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

§Properties

§
ParameterGroupName?: string | null
[src]

The name of the cluster parameter group.

§
ParameterGroupStatus?: string | null
[src]

The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.