/AWS1/CL_SLKDATALAKESRCSTATUS¶
Retrieves the Logs status for the Amazon Security Lake account.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_resource
TYPE /AWS1/SLKSTRING
/AWS1/SLKSTRING
¶
Defines path the stored logs are available which has information on your systems, applications, and services.
iv_status
TYPE /AWS1/SLKSOURCECOLLSTATUS
/AWS1/SLKSOURCECOLLSTATUS
¶
The health status of services, including error codes and patterns.
Queryable Attributes¶
resource¶
Defines path the stored logs are available which has information on your systems, applications, and services.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCE() |
Getter for RESOURCE, with configurable default |
ASK_RESOURCE() |
Getter for RESOURCE w/ exceptions if field has no value |
HAS_RESOURCE() |
Determine if RESOURCE has a value |
status¶
The health status of services, including error codes and patterns.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DATALAKESOURCESTATUSLIST
¶
TYPES TT_DATALAKESOURCESTATUSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SLKDATALAKESRCSTATUS WITH DEFAULT KEY
.