Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data EvaluationResultQualifier = EvaluationResultQualifier' {}
- newEvaluationResultQualifier :: EvaluationResultQualifier
- evaluationResultQualifier_resourceId :: Lens' EvaluationResultQualifier (Maybe Text)
- evaluationResultQualifier_resourceType :: Lens' EvaluationResultQualifier (Maybe Text)
- evaluationResultQualifier_configRuleName :: 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.
EvaluationResultQualifier' | |
|
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: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.
$sel:configRuleName:EvaluationResultQualifier'
, evaluationResultQualifier_configRuleName
- The name of the Config rule that was used in the evaluation.
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.
evaluationResultQualifier_configRuleName :: Lens' EvaluationResultQualifier (Maybe Text) Source #
The name of the Config rule that was used in the evaluation.