Skip to content

/AWS1/CL_CNTCURRENTMETRIC

Contains information about a real-time metric. For a description of each metric, see Metrics definitions in the Amazon Connect Administrator Guide.

Only one of either the Name or MetricId is required.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_name TYPE /AWS1/CNTCURRENTMETRICNAME /AWS1/CNTCURRENTMETRICNAME

The name of the metric.

iv_metricid TYPE /AWS1/CNTCURRENTMETRICID /AWS1/CNTCURRENTMETRICID

Out of the box current metrics or custom metrics can be referenced via this field. This field is a valid AWS Connect Arn or a UUID.

iv_unit TYPE /AWS1/CNTUNIT /AWS1/CNTUNIT

The Unit parameter is not supported for custom metrics.

The unit for the metric.


Queryable Attributes

Name

The name of the metric.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

MetricId

Out of the box current metrics or custom metrics can be referenced via this field. This field is a valid AWS Connect Arn or a UUID.

Accessible with the following methods

Method Description
GET_METRICID() Getter for METRICID, with configurable default
ASK_METRICID() Getter for METRICID w/ exceptions if field has no value
HAS_METRICID() Determine if METRICID has a value

Unit

The Unit parameter is not supported for custom metrics.

The unit for the metric.

Accessible with the following methods

Method Description
GET_UNIT() Getter for UNIT, with configurable default
ASK_UNIT() Getter for UNIT w/ exceptions if field has no value
HAS_UNIT() Determine if UNIT has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_CURRENTMETRICS

TYPES TT_CURRENTMETRICS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTCURRENTMETRIC WITH DEFAULT KEY
.