Skip to content

/AWS1/CL_KN2MONITORINGCONF

Describes configuration parameters for Amazon CloudWatch logging for an application. For more information about CloudWatch logging, see Monitoring.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_configurationtype TYPE /AWS1/KN2CONFIGURATIONTYPE /AWS1/KN2CONFIGURATIONTYPE

Describes whether to use the default CloudWatch logging configuration for an application. You must set this property to CUSTOM in order to set the LogLevel or MetricsLevel parameters.

Optional arguments:

iv_metricslevel TYPE /AWS1/KN2METRICSLEVEL /AWS1/KN2METRICSLEVEL

Describes the granularity of the CloudWatch Logs for an application. The Parallelism level is not recommended for applications with a Parallelism over 64 due to excessive costs.

iv_loglevel TYPE /AWS1/KN2LOGLEVEL /AWS1/KN2LOGLEVEL

Describes the verbosity of the CloudWatch Logs for an application.


Queryable Attributes

ConfigurationType

Describes whether to use the default CloudWatch logging configuration for an application. You must set this property to CUSTOM in order to set the LogLevel or MetricsLevel parameters.

Accessible with the following methods

Method Description
GET_CONFIGURATIONTYPE() Getter for CONFIGURATIONTYPE, with configurable default
ASK_CONFIGURATIONTYPE() Getter for CONFIGURATIONTYPE w/ exceptions if field has no v
HAS_CONFIGURATIONTYPE() Determine if CONFIGURATIONTYPE has a value

MetricsLevel

Describes the granularity of the CloudWatch Logs for an application. The Parallelism level is not recommended for applications with a Parallelism over 64 due to excessive costs.

Accessible with the following methods

Method Description
GET_METRICSLEVEL() Getter for METRICSLEVEL, with configurable default
ASK_METRICSLEVEL() Getter for METRICSLEVEL w/ exceptions if field has no value
HAS_METRICSLEVEL() Determine if METRICSLEVEL has a value

LogLevel

Describes the verbosity of the CloudWatch Logs for an application.

Accessible with the following methods

Method Description
GET_LOGLEVEL() Getter for LOGLEVEL, with configurable default
ASK_LOGLEVEL() Getter for LOGLEVEL w/ exceptions if field has no value
HAS_LOGLEVEL() Determine if LOGLEVEL has a value