Skip to content

/AWS1/CL_CFSEVALRESULTID

Uniquely identifies an evaluation result.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_evaluationresultqualifier TYPE REF TO /AWS1/CL_CFSEVALRSLTQUALIFIER /AWS1/CL_CFSEVALRSLTQUALIFIER

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

iv_orderingtimestamp TYPE /AWS1/CFSDATE /AWS1/CFSDATE

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.

iv_resourceevaluationid TYPE /AWS1/CFSRESOURCEEVALUATIONID /AWS1/CFSRESOURCEEVALUATIONID

A Unique ID for an evaluation result.


Queryable Attributes

EvaluationResultQualifier

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

Accessible with the following methods

Method Description
GET_EVALRESULTQUALIFIER() Getter for EVALUATIONRESULTQUALIFIER

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.

Accessible with the following methods

Method Description
GET_ORDERINGTIMESTAMP() Getter for ORDERINGTIMESTAMP, with configurable default
ASK_ORDERINGTIMESTAMP() Getter for ORDERINGTIMESTAMP w/ exceptions if field has no v
HAS_ORDERINGTIMESTAMP() Determine if ORDERINGTIMESTAMP has a value

ResourceEvaluationId

A Unique ID for an evaluation result.

Accessible with the following methods

Method Description
GET_RESOURCEEVALUATIONID() Getter for RESOURCEEVALUATIONID, with configurable default
ASK_RESOURCEEVALUATIONID() Getter for RESOURCEEVALUATIONID w/ exceptions if field has n
HAS_RESOURCEEVALUATIONID() Determine if RESOURCEEVALUATIONID has a value