| 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.EvaluationResultIdentifier
Description
Synopsis
- data EvaluationResultIdentifier = EvaluationResultIdentifier' {}
- newEvaluationResultIdentifier :: EvaluationResultIdentifier
- evaluationResultIdentifier_evaluationResultQualifier :: Lens' EvaluationResultIdentifier (Maybe EvaluationResultQualifier)
- evaluationResultIdentifier_orderingTimestamp :: Lens' EvaluationResultIdentifier (Maybe UTCTime)
- evaluationResultIdentifier_resourceEvaluationId :: Lens' EvaluationResultIdentifier (Maybe Text)
Documentation
data EvaluationResultIdentifier Source #
Uniquely identifies an evaluation result.
See: newEvaluationResultIdentifier smart constructor.
Constructors
| EvaluationResultIdentifier' | |
Fields
| |
Instances
newEvaluationResultIdentifier :: EvaluationResultIdentifier Source #
Create a value of EvaluationResultIdentifier 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:evaluationResultQualifier:EvaluationResultIdentifier', evaluationResultIdentifier_evaluationResultQualifier - Identifies an Config rule used to evaluate an Amazon Web Services
resource, and provides the type and ID of the evaluated resource.
$sel:orderingTimestamp:EvaluationResultIdentifier', evaluationResultIdentifier_orderingTimestamp - The time of the event that triggered the evaluation of your Amazon Web
Services resources. The time can indicate when Config delivered a
configuration item change notification, or it can indicate when Config
delivered the configuration snapshot, depending on which event triggered
the evaluation.
$sel:resourceEvaluationId:EvaluationResultIdentifier', evaluationResultIdentifier_resourceEvaluationId - A Unique ID for an evaluation result.
evaluationResultIdentifier_evaluationResultQualifier :: Lens' EvaluationResultIdentifier (Maybe EvaluationResultQualifier) Source #
Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of the evaluated resource.
evaluationResultIdentifier_orderingTimestamp :: Lens' EvaluationResultIdentifier (Maybe UTCTime) Source #
The time of the event that triggered the evaluation of your Amazon Web Services resources. The time can indicate when Config delivered a configuration item change notification, or it can indicate when Config delivered the configuration snapshot, depending on which event triggered the evaluation.
evaluationResultIdentifier_resourceEvaluationId :: Lens' EvaluationResultIdentifier (Maybe Text) Source #
A Unique ID for an evaluation result.