/AWS1/CL_OSRINSIGHTENTITY¶
Specifies the entity for which to retrieve insights. An entity can be an Amazon OpenSearch Service domain or an Amazon Web Services account.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/OSRINSIGHTENTITYTYPE /AWS1/OSRINSIGHTENTITYTYPE¶
The type of the entity. Possible values are
AccountandDomainName.
Optional arguments:¶
iv_value TYPE /AWS1/OSRINSIGHTENTITYVALUE /AWS1/OSRINSIGHTENTITYVALUE¶
The value of the entity. For
DomainName, this is the domain name. ForAccount, this is the Amazon Web Services account ID.
Queryable Attributes¶
Type¶
The type of the entity. Possible values are
AccountandDomainName.
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 |
Value¶
The value of the entity. For
DomainName, this is the domain name. ForAccount, this is the Amazon Web Services account ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |