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

AwsRedshiftClusterClusterParameterStatus

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

The status of a parameter in a cluster parameter group for an Amazon Redshift cluster.

interface AwsRedshiftClusterClusterParameterStatus {
ParameterApplyErrorDescription?: string | null;
ParameterApplyStatus?: string | null;
ParameterName?: string | null;
}

§Properties

§
ParameterApplyErrorDescription?: string | null
[src]

The error that prevented the parameter from being applied to the database.

§
ParameterApplyStatus?: string | null
[src]

The status of the parameter. Indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when it was applied.

Valid values: in-sync | pending-reboot | applying | invalid-parameter | apply-deferred | apply-error | unknown-error

§
ParameterName?: string | null
[src]

The name of the parameter.