/AWS1/CL_RE2MEMBERINDEX¶
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.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_accountid
TYPE /AWS1/RE2STRING
/AWS1/RE2STRING
¶
The account ID for the index.
iv_region
TYPE /AWS1/RE2STRING
/AWS1/RE2STRING
¶
The Amazon Web Services Region in which the index exists.
iv_arn
TYPE /AWS1/RE2STRING
/AWS1/RE2STRING
¶
The Amazon resource name (ARN) of the index.
iv_type
TYPE /AWS1/RE2INDEXTYPE
/AWS1/RE2INDEXTYPE
¶
The type of index. It can be one of the following values:
LOCAL
– The index contains information about resources from only the same Amazon Web Services Region.
AGGREGATOR
– Resource Explorer replicates copies of the indexed information about resources in all other Amazon Web Services Regions to the aggregator index. This lets search results in the Region with the aggregator index to include resources from all Regions in the account where Resource Explorer is turned on.
Queryable Attributes¶
AccountId¶
The account ID for the index.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
Region¶
The Amazon Web Services Region in which the index exists.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION has a value |
Arn¶
The Amazon resource name (ARN) of the index.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Type¶
The type of index. It can be one of the following values:
LOCAL
– The index contains information about resources from only the same Amazon Web Services Region.
AGGREGATOR
– Resource Explorer replicates copies of the indexed information about resources in all other Amazon Web Services Regions to the aggregator index. This lets search results in the Region with the aggregator index to include resources from all Regions in the account where Resource Explorer is turned on.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE 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_MEMBERINDEXLIST
¶
TYPES TT_MEMBERINDEXLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RE2MEMBERINDEX WITH DEFAULT KEY
.