libZSservicesZSamazonka-configZSamazonka-config
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Config.Types.EvaluationResultIdentifier

Description

 
Synopsis

Documentation

data EvaluationResultIdentifier Source #

Uniquely identifies an evaluation result.

See: newEvaluationResultIdentifier smart constructor.

Constructors

EvaluationResultIdentifier' 

Fields

  • evaluationResultQualifier :: Maybe EvaluationResultQualifier

    Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of the evaluated resource.

  • orderingTimestamp :: Maybe POSIX

    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.

Instances

Instances details
Eq EvaluationResultIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultIdentifier

Read EvaluationResultIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultIdentifier

Show EvaluationResultIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultIdentifier

Generic EvaluationResultIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultIdentifier

Associated Types

type Rep EvaluationResultIdentifier :: Type -> Type #

NFData EvaluationResultIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultIdentifier

Hashable EvaluationResultIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultIdentifier

FromJSON EvaluationResultIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultIdentifier

type Rep EvaluationResultIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultIdentifier

type Rep EvaluationResultIdentifier = D1 ('MetaData "EvaluationResultIdentifier" "Amazonka.Config.Types.EvaluationResultIdentifier" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "EvaluationResultIdentifier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "evaluationResultQualifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvaluationResultQualifier)) :*: S1 ('MetaSel ('Just "orderingTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))

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.

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.