Skip to content

/AWS1/CL_BDCCLOUDWATCHOUTCFG

CloudWatch Logs destination for batch evaluation results

CONSTRUCTOR

IMPORTING

Required arguments:

iv_loggroupname TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

The name of the CloudWatch log group where evaluation results will be written.

iv_logstreamname TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

The name of the CloudWatch log stream where evaluation results will be written.


Queryable Attributes

logGroupName

The name of the CloudWatch log group where evaluation results will be written.

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

logStreamName

The name of the CloudWatch log stream where evaluation results will be written.

Accessible with the following methods

Method Description
GET_LOGSTREAMNAME() Getter for LOGSTREAMNAME, with configurable default
ASK_LOGSTREAMNAME() Getter for LOGSTREAMNAME w/ exceptions if field has no value
HAS_LOGSTREAMNAME() Determine if LOGSTREAMNAME has a value