/AWS1/CL_REHRESOURCEDRIFT¶
Indicates the resources that have drifted in the current application version.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_apparn TYPE /AWS1/REHARN /AWS1/REHARN¶
Amazon Resource Name (ARN) of the application whose resources have drifted. The format for this ARN is: arn:
partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
iv_appversion TYPE /AWS1/REHENTITYVERSION /AWS1/REHENTITYVERSION¶
Version of the application whose resources have drifted.
iv_referenceid TYPE /AWS1/REHENTITYID /AWS1/REHENTITYID¶
Reference identifier of the resource drift.
io_resourceidentifier TYPE REF TO /AWS1/CL_REHRESOURCEIDENTIFIER /AWS1/CL_REHRESOURCEIDENTIFIER¶
Identifier of the drifted resource.
iv_difftype TYPE /AWS1/REHDIFFERENCETYPE /AWS1/REHDIFFERENCETYPE¶
Indicates if the resource was added or removed.
Queryable Attributes¶
appArn¶
Amazon Resource Name (ARN) of the application whose resources have drifted. The format for this ARN is: arn:
partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPARN() |
Getter for APPARN, with configurable default |
ASK_APPARN() |
Getter for APPARN w/ exceptions if field has no value |
HAS_APPARN() |
Determine if APPARN has a value |
appVersion¶
Version of the application whose resources have drifted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPVERSION() |
Getter for APPVERSION, with configurable default |
ASK_APPVERSION() |
Getter for APPVERSION w/ exceptions if field has no value |
HAS_APPVERSION() |
Determine if APPVERSION has a value |
referenceId¶
Reference identifier of the resource drift.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REFERENCEID() |
Getter for REFERENCEID, with configurable default |
ASK_REFERENCEID() |
Getter for REFERENCEID w/ exceptions if field has no value |
HAS_REFERENCEID() |
Determine if REFERENCEID has a value |
resourceIdentifier¶
Identifier of the drifted resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEIDENTIFIER() |
Getter for RESOURCEIDENTIFIER |
diffType¶
Indicates if the resource was added or removed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIFFTYPE() |
Getter for DIFFTYPE, with configurable default |
ASK_DIFFTYPE() |
Getter for DIFFTYPE w/ exceptions if field has no value |
HAS_DIFFTYPE() |
Determine if DIFFTYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RESOURCEDRIFTLIST¶
TYPES TT_RESOURCEDRIFTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REHRESOURCEDRIFT WITH DEFAULT KEY
.