/AWS1/CL_NEPCLOUDWATCHLOGSEX00¶
The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB instance or DB cluster.
The EnableLogTypes
and DisableLogTypes
arrays
determine which logs will be exported (or not exported) to CloudWatch Logs.
Valid log types are: audit
(to publish audit logs) and
slowquery
(to publish slow-query logs). See Publishing Neptune logs
to Amazon CloudWatch logs.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_enablelogtypes
TYPE /AWS1/CL_NEPLOGTYPELIST_W=>TT_LOGTYPELIST
TT_LOGTYPELIST
¶
The list of log types to enable.
it_disablelogtypes
TYPE /AWS1/CL_NEPLOGTYPELIST_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 |