/AWS1/CL_CNTMETRICV2¶
Contains information about the metric.
Only one of either the Name or MetricId is required.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/CNTMETRICNAMEV2 /AWS1/CNTMETRICNAMEV2¶
The name of the metric.
it_threshold TYPE /AWS1/CL_CNTTHRESHOLDV2=>TT_THRESHOLDCOLLECTIONS TT_THRESHOLDCOLLECTIONS¶
Contains information about the threshold for service level metrics.
iv_metricid TYPE /AWS1/CNTMETRICID /AWS1/CNTMETRICID¶
Historical metrics or custom metrics can be referenced via this field. This field is a valid Amazon Connect Arn or a UUID
it_metricfilters TYPE /AWS1/CL_CNTMETRICFILTERV2=>TT_METRICFILTERSV2LIST TT_METRICFILTERSV2LIST¶
Contains the filters to be used when returning data.
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 |
Threshold¶
Contains information about the threshold for service level metrics.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THRESHOLD() |
Getter for THRESHOLD, with configurable default |
ASK_THRESHOLD() |
Getter for THRESHOLD w/ exceptions if field has no value |
HAS_THRESHOLD() |
Determine if THRESHOLD has a value |
MetricId¶
Historical metrics or custom metrics can be referenced via this field. This field is a valid Amazon 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 |
MetricFilters¶
Contains the filters to be used when returning data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICFILTERS() |
Getter for METRICFILTERS, with configurable default |
ASK_METRICFILTERS() |
Getter for METRICFILTERS w/ exceptions if field has no value |
HAS_METRICFILTERS() |
Determine if METRICFILTERS 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_METRICSV2¶
TYPES TT_METRICSV2 TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTMETRICV2 WITH DEFAULT KEY
.