/AWS1/CL_LMVCLOUDWATCHLOGGING¶
Configuration for Amazon CloudWatch Logs logging.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_loggroup TYPE /AWS1/LMVSTRING00 /AWS1/LMVSTRING00¶
The name of the CloudWatch Logs log group to send logs to.
iv_logstream TYPE /AWS1/LMVSTRING00 /AWS1/LMVSTRING00¶
The name of the CloudWatch Logs log stream within the log group.
Queryable Attributes¶
logGroup¶
The name of the CloudWatch Logs log group to send logs to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGGROUP() |
Getter for LOGGROUP, with configurable default |
ASK_LOGGROUP() |
Getter for LOGGROUP w/ exceptions if field has no value |
HAS_LOGGROUP() |
Determine if LOGGROUP has a value |
logStream¶
The name of the CloudWatch Logs log stream within the log group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGSTREAM() |
Getter for LOGSTREAM, with configurable default |
ASK_LOGSTREAM() |
Getter for LOGSTREAM w/ exceptions if field has no value |
HAS_LOGSTREAM() |
Determine if LOGSTREAM has a value |