| 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.EvaluationResultQualifier
Description
Synopsis
- data EvaluationResultQualifier = EvaluationResultQualifier' {}
- newEvaluationResultQualifier :: EvaluationResultQualifier
- evaluationResultQualifier_configRuleName :: Lens' EvaluationResultQualifier (Maybe Text)
- evaluationResultQualifier_evaluationMode :: Lens' EvaluationResultQualifier (Maybe EvaluationMode)
- evaluationResultQualifier_resourceId :: Lens' EvaluationResultQualifier (Maybe Text)
- evaluationResultQualifier_resourceType :: Lens' EvaluationResultQualifier (Maybe Text)
Documentation
data EvaluationResultQualifier Source #
Identifies an Config rule that evaluated an Amazon Web Services resource, and provides the type and ID of the resource that the rule evaluated.
See: newEvaluationResultQualifier smart constructor.
Constructors
| EvaluationResultQualifier' | |
Fields
| |
Instances
newEvaluationResultQualifier :: EvaluationResultQualifier Source #
Create a value of EvaluationResultQualifier 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:configRuleName:EvaluationResultQualifier', evaluationResultQualifier_configRuleName - The name of the Config rule that was used in the evaluation.
$sel:evaluationMode:EvaluationResultQualifier', evaluationResultQualifier_evaluationMode - The mode of an evaluation. The valid values are Detective or Proactive.
$sel:resourceId:EvaluationResultQualifier', evaluationResultQualifier_resourceId - The ID of the evaluated Amazon Web Services resource.
$sel:resourceType:EvaluationResultQualifier', evaluationResultQualifier_resourceType - The type of Amazon Web Services resource that was evaluated.
evaluationResultQualifier_configRuleName :: Lens' EvaluationResultQualifier (Maybe Text) Source #
The name of the Config rule that was used in the evaluation.
evaluationResultQualifier_evaluationMode :: Lens' EvaluationResultQualifier (Maybe EvaluationMode) Source #
The mode of an evaluation. The valid values are Detective or Proactive.
evaluationResultQualifier_resourceId :: Lens' EvaluationResultQualifier (Maybe Text) Source #
The ID of the evaluated Amazon Web Services resource.
evaluationResultQualifier_resourceType :: Lens' EvaluationResultQualifier (Maybe Text) Source #
The type of Amazon Web Services resource that was evaluated.