| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Redshift.Types.ClusterParameterStatus
Description
Synopsis
- data ClusterParameterStatus = ClusterParameterStatus' {}
- newClusterParameterStatus :: ClusterParameterStatus
- clusterParameterStatus_parameterApplyErrorDescription :: Lens' ClusterParameterStatus (Maybe Text)
- clusterParameterStatus_parameterApplyStatus :: Lens' ClusterParameterStatus (Maybe Text)
- clusterParameterStatus_parameterName :: Lens' ClusterParameterStatus (Maybe Text)
Documentation
data ClusterParameterStatus Source #
Describes the status of a parameter group.
See: newClusterParameterStatus smart constructor.
Constructors
| ClusterParameterStatus' | |
Fields
| |
Instances
newClusterParameterStatus :: ClusterParameterStatus Source #
Create a value of ClusterParameterStatus 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:ClusterParameterStatus', clusterParameterStatus_parameterApplyErrorDescription - The error that prevented the parameter from being applied to the
database.
$sel:parameterApplyStatus:ClusterParameterStatus', clusterParameterStatus_parameterApplyStatus - The status of the parameter that indicates whether the parameter is in
sync with the database, waiting for a cluster reboot, or encountered an
error when being applied.
The following are possible statuses and descriptions.
in-sync: The parameter value is in sync with the database.pending-reboot: The parameter value will be applied after the cluster reboots.applying: The parameter value is being applied to the database.invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.
$sel:parameterName:ClusterParameterStatus', clusterParameterStatus_parameterName - The name of the parameter.
clusterParameterStatus_parameterApplyErrorDescription :: Lens' ClusterParameterStatus (Maybe Text) Source #
The error that prevented the parameter from being applied to the database.
clusterParameterStatus_parameterApplyStatus :: Lens' ClusterParameterStatus (Maybe Text) Source #
The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.
The following are possible statuses and descriptions.
in-sync: The parameter value is in sync with the database.pending-reboot: The parameter value will be applied after the cluster reboots.applying: The parameter value is being applied to the database.invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax.apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots.apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.
clusterParameterStatus_parameterName :: Lens' ClusterParameterStatus (Maybe Text) Source #
The name of the parameter.