/AWS1/CL_SAGLOGLOCATION¶
The log location for a task, specifying where task execution logs are stored.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_logtype TYPE /AWS1/SAGLOGTYPE /AWS1/SAGLOGTYPE¶
The type of log storage. Currently, only CLOUDWATCH is supported.
io_cloudwatchlog TYPE REF TO /AWS1/CL_SAGCLOUDWATCHLOG /AWS1/CL_SAGCLOUDWATCHLOG¶
The CloudWatch Logs location for the task logs.
Queryable Attributes¶
logType¶
The type of log storage. Currently, only CLOUDWATCH is supported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGTYPE() |
Getter for LOGTYPE, with configurable default |
ASK_LOGTYPE() |
Getter for LOGTYPE w/ exceptions if field has no value |
HAS_LOGTYPE() |
Determine if LOGTYPE has a value |
cloudWatchLog¶
The CloudWatch Logs location for the task logs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLOUDWATCHLOG() |
Getter for CLOUDWATCHLOG |