Skip to content

/AWS1/CL_RE2INDEXSTATUS

Contains information about the status of a Resource Explorer index operation in a specific Region.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_status TYPE /AWS1/RE2OPERATIONSTATUS /AWS1/RE2OPERATIONSTATUS

The current status of the index operation. Valid values are SUCCEEDED, FAILED, IN_PROGRESS, or SKIPPED.

io_index TYPE REF TO /AWS1/CL_RE2INDEX /AWS1/CL_RE2INDEX

An index is the data store used by Amazon Web Services Resource Explorer to hold information about your Amazon Web Services resources that the service discovers. Creating an index in an Amazon Web Services Region turns on Resource Explorer and lets it discover your resources.

By default, an index is local, meaning that it contains information about resources in only the same Region as the index. However, you can promote the index of one Region in the account by calling UpdateIndexType to convert it into an aggregator index. The aggregator index receives a replicated copy of the index information from all other Regions where Resource Explorer is turned on. This allows search operations in that Region to return results from all Regions in the account.

io_errordetails TYPE REF TO /AWS1/CL_RE2ERRORDETAILS /AWS1/CL_RE2ERRORDETAILS

Details about any error that occurred during the index operation.


Queryable Attributes

Status

The current status of the index operation. Valid values are SUCCEEDED, FAILED, IN_PROGRESS, or SKIPPED.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

Index

An index is the data store used by Amazon Web Services Resource Explorer to hold information about your Amazon Web Services resources that the service discovers. Creating an index in an Amazon Web Services Region turns on Resource Explorer and lets it discover your resources.

By default, an index is local, meaning that it contains information about resources in only the same Region as the index. However, you can promote the index of one Region in the account by calling UpdateIndexType to convert it into an aggregator index. The aggregator index receives a replicated copy of the index information from all other Regions where Resource Explorer is turned on. This allows search operations in that Region to return results from all Regions in the account.

Accessible with the following methods

Method Description
GET_INDEX() Getter for INDEX

ErrorDetails

Details about any error that occurred during the index operation.

Accessible with the following methods

Method Description
GET_ERRORDETAILS() Getter for ERRORDETAILS