| 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.Config.Types.EvaluationModeConfiguration
Description
Documentation
data EvaluationModeConfiguration Source #
The configuration object for Config rule evaluation mode. The Supported valid values are Detective or Proactive.
See: newEvaluationModeConfiguration smart constructor.
Constructors
| EvaluationModeConfiguration' | |
Fields
| |
Instances
newEvaluationModeConfiguration :: EvaluationModeConfiguration Source #
Create a value of EvaluationModeConfiguration 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:mode:EvaluationModeConfiguration', evaluationModeConfiguration_mode - The mode of an evaluation. The valid values are Detective or Proactive.
evaluationModeConfiguration_mode :: Lens' EvaluationModeConfiguration (Maybe EvaluationMode) Source #
The mode of an evaluation. The valid values are Detective or Proactive.