/AWS1/CL_DOGCLOUDWATCHMETDET¶
Information about an Amazon CloudWatch metric.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_metricname TYPE /AWS1/DOGCLOUDWATCHMETMETRIC00 /AWS1/DOGCLOUDWATCHMETMETRIC00¶
The name of the CloudWatch metric.
iv_namespace TYPE /AWS1/DOGCLOUDWATCHMETNAMESP00 /AWS1/DOGCLOUDWATCHMETNAMESP00¶
The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.
it_dimensions TYPE /AWS1/CL_DOGCLOUDWATCHMETDIM00=>TT_CLOUDWATCHMETRICSDIMENSIONS TT_CLOUDWATCHMETRICSDIMENSIONS¶
An array of CloudWatch dimensions associated with
iv_stat TYPE /AWS1/DOGCLOUDWATCHMETRICSSTAT /AWS1/DOGCLOUDWATCHMETRICSSTAT¶
The type of statistic associated with the CloudWatch metric. For more information, see Statistics in the Amazon CloudWatch User Guide.
iv_unit TYPE /AWS1/DOGCLOUDWATCHMETRICSUNIT /AWS1/DOGCLOUDWATCHMETRICSUNIT¶
The unit of measure used for the CloudWatch metric. For example,
Bytes,Seconds,Count, andPercent.
iv_period TYPE /AWS1/DOGCLOUDWATCHMETPERIOD /AWS1/DOGCLOUDWATCHMETPERIOD¶
The length of time associated with the CloudWatch metric in number of seconds.
io_metricdatasummary TYPE REF TO /AWS1/CL_DOGCLOUDWATCHMETDAT00 /AWS1/CL_DOGCLOUDWATCHMETDAT00¶
This object returns anomaly metric data.
Queryable Attributes¶
MetricName¶
The name of the CloudWatch 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 |
Namespace¶
The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.
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 |
Dimensions¶
An array of CloudWatch dimensions associated with
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 |
Stat¶
The type of statistic associated with the CloudWatch metric. For more information, see Statistics in the Amazon CloudWatch User Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STAT() |
Getter for STAT, with configurable default |
ASK_STAT() |
Getter for STAT w/ exceptions if field has no value |
HAS_STAT() |
Determine if STAT has a value |
Unit¶
The unit of measure used for the CloudWatch metric. For example,
Bytes,Seconds,Count, andPercent.
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 |
Period¶
The length of time associated with the CloudWatch metric in number of seconds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERIOD() |
Getter for PERIOD |
MetricDataSummary¶
This object returns anomaly metric data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICDATASUMMARY() |
Getter for METRICDATASUMMARY |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CLOUDWATCHMETRICSDETAILS¶
TYPES TT_CLOUDWATCHMETRICSDETAILS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DOGCLOUDWATCHMETDET WITH DEFAULT KEY
.