Skip to content

/AWS1/CL_CWSMETRICREFERENCE

This structure contains information about one CloudWatch metric associated with this entity discovered by Application Signals.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_NAMESPACE TYPE /AWS1/CWSNAMESPACE /AWS1/CWSNAMESPACE

The namespace of the metric. For more information, see CloudWatchNamespaces.

IV_METRICTYPE TYPE /AWS1/CWSMETRICTYPE /AWS1/CWSMETRICTYPE

Used to display the appropriate statistics in the CloudWatch console.

IV_METRICNAME TYPE /AWS1/CWSMETRICNAME /AWS1/CWSMETRICNAME

The name of the metric.

Optional arguments:

IT_DIMENSIONS TYPE /AWS1/CL_CWSDIMENSION=>TT_DIMENSIONS TT_DIMENSIONS

An array of one or more dimensions that further define the metric. For more information, see CloudWatchDimensions.


Queryable Attributes

Namespace

The namespace of the metric. For more information, see CloudWatchNamespaces.

Accessible with the following methods

Method Description
GET_NAMESPACE() Getter for NAMESPACE, with configurable default
ASK_NAMESPACE() Getter for NAMESPACE w/ exceptions if field has no value
HAS_NAMESPACE() Determine if NAMESPACE has a value

MetricType

Used to display the appropriate statistics in the CloudWatch console.

Accessible with the following methods

Method Description
GET_METRICTYPE() Getter for METRICTYPE, with configurable default
ASK_METRICTYPE() Getter for METRICTYPE w/ exceptions if field has no value
HAS_METRICTYPE() Determine if METRICTYPE has a value

Dimensions

An array of one or more dimensions that further define the metric. For more information, see CloudWatchDimensions.

Accessible with the following methods

Method Description
GET_DIMENSIONS() Getter for DIMENSIONS, with configurable default
ASK_DIMENSIONS() Getter for DIMENSIONS w/ exceptions if field has no value
HAS_DIMENSIONS() Determine if DIMENSIONS has a value

MetricName

The name of the metric.

Accessible with the following methods

Method Description
GET_METRICNAME() Getter for METRICNAME, with configurable default
ASK_METRICNAME() Getter for METRICNAME w/ exceptions if field has no value
HAS_METRICNAME() Determine if METRICNAME 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_METRICREFERENCES

TYPES TT_METRICREFERENCES TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWSMETRICREFERENCE WITH DEFAULT KEY
.