/AWS1/CL_EMCCLOUDWATCHMONCONF¶
A configuration for CloudWatch monitoring. You can configure your jobs to send log information to CloudWatch Logs.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_loggroupname TYPE /AWS1/EMCLOGGROUPNAME /AWS1/EMCLOGGROUPNAME¶
The name of the log group for log publishing.
Optional arguments:¶
iv_logstreamnameprefix TYPE /AWS1/EMCSTRING256 /AWS1/EMCSTRING256¶
The specified name prefix for log streams.
Queryable Attributes¶
logGroupName¶
The name of the log group for log publishing.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGGROUPNAME() |
Getter for LOGGROUPNAME, with configurable default |
ASK_LOGGROUPNAME() |
Getter for LOGGROUPNAME w/ exceptions if field has no value |
HAS_LOGGROUPNAME() |
Determine if LOGGROUPNAME has a value |
logStreamNamePrefix¶
The specified name prefix for log streams.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGSTREAMNAMEPREFIX() |
Getter for LOGSTREAMNAMEPREFIX, with configurable default |
ASK_LOGSTREAMNAMEPREFIX() |
Getter for LOGSTREAMNAMEPREFIX w/ exceptions if field has no |
HAS_LOGSTREAMNAMEPREFIX() |
Determine if LOGSTREAMNAMEPREFIX has a value |