Skip to content

/AWS1/CL_RUMCWLOG

A structure that contains the information about whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs. If it does, this structure also contains the name of the log group.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_cwlogenabled TYPE /AWS1/RUMBOOLEAN /AWS1/RUMBOOLEAN

Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.

iv_cwloggroup TYPE /AWS1/RUMSTRING /AWS1/RUMSTRING

The name of the log group where the copies are stored.


Queryable Attributes

CwLogEnabled

Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.

Accessible with the following methods

Method Description
GET_CWLOGENABLED() Getter for CWLOGENABLED, with configurable default
ASK_CWLOGENABLED() Getter for CWLOGENABLED w/ exceptions if field has no value
HAS_CWLOGENABLED() Determine if CWLOGENABLED has a value

CwLogGroup

The name of the log group where the copies are stored.

Accessible with the following methods

Method Description
GET_CWLOGGROUP() Getter for CWLOGGROUP, with configurable default
ASK_CWLOGGROUP() Getter for CWLOGGROUP w/ exceptions if field has no value
HAS_CWLOGGROUP() Determine if CWLOGGROUP has a value