Skip to content

/AWS1/CL_FRMSTACKRESRCDRIFTI00

Contains information about whether the resource's actual configuration differs, or has drifted, from its expected configuration.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_STACKRESOURCEDRIFTSTATUS TYPE /AWS1/FRMSTACKRESRCDRIFTSTATUS /AWS1/FRMSTACKRESRCDRIFTSTATUS

Status of the resource's actual configuration compared to its expected configuration

  • DELETED: The resource differs from its expected configuration in that it has been deleted.

  • MODIFIED: The resource differs from its expected configuration.

  • NOT_CHECKED: CloudFormation has not checked if the resource differs from its expected configuration.

    Any resources that do not currently support drift detection have a status of NOT_CHECKED. For more information, see Resources that Support Drift Detection.

  • IN_SYNC: The resource's actual configuration matches its expected configuration.

Optional arguments:

IV_LASTCHECKTIMESTAMP TYPE /AWS1/FRMTIMESTAMP /AWS1/FRMTIMESTAMP

When CloudFormation last checked if the resource had drifted from its expected configuration.


Queryable Attributes

StackResourceDriftStatus

Status of the resource's actual configuration compared to its expected configuration

  • DELETED: The resource differs from its expected configuration in that it has been deleted.

  • MODIFIED: The resource differs from its expected configuration.

  • NOT_CHECKED: CloudFormation has not checked if the resource differs from its expected configuration.

    Any resources that do not currently support drift detection have a status of NOT_CHECKED. For more information, see Resources that Support Drift Detection.

  • IN_SYNC: The resource's actual configuration matches its expected configuration.

Accessible with the following methods

Method Description
GET_STACKRESOURCEDRIFTSTATUS() Getter for STACKRESOURCEDRIFTSTATUS, with configurable defau
ASK_STACKRESOURCEDRIFTSTATUS() Getter for STACKRESOURCEDRIFTSTATUS w/ exceptions if field h
HAS_STACKRESOURCEDRIFTSTATUS() Determine if STACKRESOURCEDRIFTSTATUS has a value

LastCheckTimestamp

When CloudFormation last checked if the resource had drifted from its expected configuration.

Accessible with the following methods

Method Description
GET_LASTCHECKTIMESTAMP() Getter for LASTCHECKTIMESTAMP, with configurable default
ASK_LASTCHECKTIMESTAMP() Getter for LASTCHECKTIMESTAMP w/ exceptions if field has no
HAS_LASTCHECKTIMESTAMP() Determine if LASTCHECKTIMESTAMP has a value