/AWS1/CL_FRMSTACKRESRCDRIFTI01¶
Summarizes 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 hasn't checked if the resource differs from its expected configuration.Any resources that don't currently support drift detection have a status of
NOT_CHECKED. For more information, see Resource type support for imports and drift detection. If you performed an ContinueUpdateRollback operation on a stack, any resources included inResourcesToSkipwill also have a status ofNOT_CHECKED. For more information about skipping resources during rollback operations, see Continue rolling back an update in the CloudFormation User Guide.
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 hasn't checked if the resource differs from its expected configuration.Any resources that don't currently support drift detection have a status of
NOT_CHECKED. For more information, see Resource type support for imports and drift detection. If you performed an ContinueUpdateRollback operation on a stack, any resources included inResourcesToSkipwill also have a status ofNOT_CHECKED. For more information about skipping resources during rollback operations, see Continue rolling back an update in the CloudFormation User Guide.
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 |