/AWS1/CL_OSRINSIGHT¶
Represents an insight returned by the ListInsights operation. An insight
is a notification about a domain event or recommendation that helps you optimize your
Amazon OpenSearch Service domain.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_insightid TYPE /AWS1/OSRGUID /AWS1/OSRGUID¶
The unique identifier of the insight.
iv_displayname TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING¶
The display name of the insight.
iv_type TYPE /AWS1/OSRINSIGHTTYPE /AWS1/OSRINSIGHTTYPE¶
The type of the insight. Possible values are
EVENTandRECOMMENDATION.
iv_priority TYPE /AWS1/OSRINSIGHTPRIORITYLEVEL /AWS1/OSRINSIGHTPRIORITYLEVEL¶
The priority level of the insight. Possible values are
CRITICAL,HIGH,MEDIUM, andLOW.
iv_status TYPE /AWS1/OSRINSIGHTSTATUS /AWS1/OSRINSIGHTSTATUS¶
The current status of the insight. Possible values are
ACTIVE,RESOLVED, andDISMISSED.
iv_creationtime TYPE /AWS1/OSRUPDATETIMESTAMP /AWS1/OSRUPDATETIMESTAMP¶
The timestamp when the insight was created, in epoch milliseconds.
iv_updatetime TYPE /AWS1/OSRUPDATETIMESTAMP /AWS1/OSRUPDATETIMESTAMP¶
The timestamp when the insight was last updated, in epoch milliseconds.
iv_isexperimental TYPE /AWS1/OSRBOOLEAN /AWS1/OSRBOOLEAN¶
Indicates whether the insight is experimental.
Queryable Attributes¶
InsightId¶
The unique identifier of the insight.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSIGHTID() |
Getter for INSIGHTID, with configurable default |
ASK_INSIGHTID() |
Getter for INSIGHTID w/ exceptions if field has no value |
HAS_INSIGHTID() |
Determine if INSIGHTID has a value |
DisplayName¶
The display name of the insight.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
Type¶
The type of the insight. Possible values are
EVENTandRECOMMENDATION.
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 |
Priority¶
The priority level of the insight. Possible values are
CRITICAL,HIGH,MEDIUM, andLOW.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIORITY() |
Getter for PRIORITY, with configurable default |
ASK_PRIORITY() |
Getter for PRIORITY w/ exceptions if field has no value |
HAS_PRIORITY() |
Determine if PRIORITY has a value |
Status¶
The current status of the insight. Possible values are
ACTIVE,RESOLVED, andDISMISSED.
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 |
CreationTime¶
The timestamp when the insight was created, in epoch milliseconds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
UpdateTime¶
The timestamp when the insight was last updated, in epoch milliseconds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATETIME() |
Getter for UPDATETIME, with configurable default |
ASK_UPDATETIME() |
Getter for UPDATETIME w/ exceptions if field has no value |
HAS_UPDATETIME() |
Determine if UPDATETIME has a value |
IsExperimental¶
Indicates whether the insight is experimental.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISEXPERIMENTAL() |
Getter for ISEXPERIMENTAL, with configurable default |
ASK_ISEXPERIMENTAL() |
Getter for ISEXPERIMENTAL w/ exceptions if field has no valu |
HAS_ISEXPERIMENTAL() |
Determine if ISEXPERIMENTAL 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_INSIGHTLIST¶
TYPES TT_INSIGHTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OSRINSIGHT WITH DEFAULT KEY
.