Skip to content

/AWS1/CL_FRMLIVERESOURCEDRIFT

Contains drift information for a resource property, including actual value, previous deployment value, and drift detection timestamp.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_previousvalue TYPE /AWS1/FRMRESDRIFTPREVIOUSVALUE /AWS1/FRMRESDRIFTPREVIOUSVALUE

The configuration value from the previous CloudFormation deployment.

iv_actualvalue TYPE /AWS1/FRMRESDRIFTACTUALVALUE /AWS1/FRMRESDRIFTACTUALVALUE

The current live configuration value of the resource property.

iv_driftdetectiontimestamp TYPE /AWS1/FRMTIMESTAMP /AWS1/FRMTIMESTAMP

The timestamp when drift was detected for this resource property.


Queryable Attributes

PreviousValue

The configuration value from the previous CloudFormation deployment.

Accessible with the following methods

Method Description
GET_PREVIOUSVALUE() Getter for PREVIOUSVALUE, with configurable default
ASK_PREVIOUSVALUE() Getter for PREVIOUSVALUE w/ exceptions if field has no value
HAS_PREVIOUSVALUE() Determine if PREVIOUSVALUE has a value

ActualValue

The current live configuration value of the resource property.

Accessible with the following methods

Method Description
GET_ACTUALVALUE() Getter for ACTUALVALUE, with configurable default
ASK_ACTUALVALUE() Getter for ACTUALVALUE w/ exceptions if field has no value
HAS_ACTUALVALUE() Determine if ACTUALVALUE has a value

DriftDetectionTimestamp

The timestamp when drift was detected for this resource property.

Accessible with the following methods

Method Description
GET_DRIFTDETECTIONTIMESTAMP() Getter for DRIFTDETECTIONTIMESTAMP, with configurable defaul
ASK_DRIFTDETECTIONTIMESTAMP() Getter for DRIFTDETECTIONTIMESTAMP w/ exceptions if field ha
HAS_DRIFTDETECTIONTIMESTAMP() Determine if DRIFTDETECTIONTIMESTAMP has a value