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

AwsRedshiftClusterClusterParameterGroup

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

A cluster parameter group that is associated with an Amazon Redshift cluster.

interface AwsRedshiftClusterClusterParameterGroup {
ClusterParameterStatusList?: AwsRedshiftClusterClusterParameterStatus[] | null;
ParameterApplyStatus?: string | null;
ParameterGroupName?: string | null;
}

§Properties

§
ClusterParameterStatusList?: AwsRedshiftClusterClusterParameterStatus[] | null
[src]

The list of parameter statuses.

§
ParameterApplyStatus?: string | null
[src]

The status of updates to the parameters.

§
ParameterGroupName?: string | null
[src]

The name of the parameter group.