libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterParameterStatus

Description

 
Synopsis

Documentation

data AwsRedshiftClusterClusterParameterStatus Source #

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

See: newAwsRedshiftClusterClusterParameterStatus smart constructor.

Constructors

AwsRedshiftClusterClusterParameterStatus' 

Fields

  • parameterApplyErrorDescription :: Maybe Text

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

  • parameterName :: Maybe Text

    The name of the parameter.

  • parameterApplyStatus :: Maybe Text

    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

Instances

Instances details
Eq AwsRedshiftClusterClusterParameterStatus Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterParameterStatus

Read AwsRedshiftClusterClusterParameterStatus Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterParameterStatus

Show AwsRedshiftClusterClusterParameterStatus Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterParameterStatus

Generic AwsRedshiftClusterClusterParameterStatus Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterParameterStatus

NFData AwsRedshiftClusterClusterParameterStatus Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterParameterStatus

Hashable AwsRedshiftClusterClusterParameterStatus Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterParameterStatus

ToJSON AwsRedshiftClusterClusterParameterStatus Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterParameterStatus

FromJSON AwsRedshiftClusterClusterParameterStatus Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterParameterStatus

type Rep AwsRedshiftClusterClusterParameterStatus Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterParameterStatus

type Rep AwsRedshiftClusterClusterParameterStatus = D1 ('MetaData "AwsRedshiftClusterClusterParameterStatus" "Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterParameterStatus" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsRedshiftClusterClusterParameterStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameterApplyErrorDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "parameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameterApplyStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAwsRedshiftClusterClusterParameterStatus :: AwsRedshiftClusterClusterParameterStatus Source #

Create a value of AwsRedshiftClusterClusterParameterStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:parameterApplyErrorDescription:AwsRedshiftClusterClusterParameterStatus', awsRedshiftClusterClusterParameterStatus_parameterApplyErrorDescription - The error that prevented the parameter from being applied to the database.

$sel:parameterName:AwsRedshiftClusterClusterParameterStatus', awsRedshiftClusterClusterParameterStatus_parameterName - The name of the parameter.

$sel:parameterApplyStatus:AwsRedshiftClusterClusterParameterStatus', awsRedshiftClusterClusterParameterStatus_parameterApplyStatus - 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

awsRedshiftClusterClusterParameterStatus_parameterApplyStatus :: Lens' AwsRedshiftClusterClusterParameterStatus (Maybe Text) Source #

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