/AWS1/CL_DODCLOUDWATCHLOGSEX00¶
The configuration setting for the log types to be enabled for export to Amazon CloudWatch Logs for a specific instance or cluster.
The EnableLogTypes
and DisableLogTypes
arrays determine
which logs are exported (or not exported) to CloudWatch Logs. The values within these
arrays depend on the engine that is being used.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_enablelogtypes
TYPE /AWS1/CL_DODLOGTYPELIST_W=>TT_LOGTYPELIST
TT_LOGTYPELIST
¶
The list of log types to enable.
it_disablelogtypes
TYPE /AWS1/CL_DODLOGTYPELIST_W=>TT_LOGTYPELIST
TT_LOGTYPELIST
¶
The list of log types to disable.
Queryable Attributes¶
EnableLogTypes¶
The list of log types to enable.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENABLELOGTYPES() |
Getter for ENABLELOGTYPES, with configurable default |
ASK_ENABLELOGTYPES() |
Getter for ENABLELOGTYPES w/ exceptions if field has no valu |
HAS_ENABLELOGTYPES() |
Determine if ENABLELOGTYPES has a value |
DisableLogTypes¶
The list of log types to disable.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DISABLELOGTYPES() |
Getter for DISABLELOGTYPES, with configurable default |
ASK_DISABLELOGTYPES() |
Getter for DISABLELOGTYPES w/ exceptions if field has no val |
HAS_DISABLELOGTYPES() |
Determine if DISABLELOGTYPES has a value |