/AWS1/CL_CWMQUERYFIELD¶
Defines a field to query for your application's Amazon CloudWatch Internet Monitor data. You create a data repository by running a query of a specific
type. Each QueryType includes a specific set of fields and datatypes to retrieve data for.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/CWMSTRING /AWS1/CWMSTRING¶
The name of a field to query your application's Amazon CloudWatch Internet Monitor data for, such as
availability_score.
iv_type TYPE /AWS1/CWMSTRING /AWS1/CWMSTRING¶
The data type for a query field, which must correspond to the field you're defining for
QueryField. For example, if the query field name isavailability_score, the data type isfloat.
Queryable Attributes¶
Name¶
The name of a field to query your application's Amazon CloudWatch Internet Monitor data for, such as
availability_score.
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 |
Type¶
The data type for a query field, which must correspond to the field you're defining for
QueryField. For example, if the query field name isavailability_score, the data type isfloat.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE 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_QUERYFIELDS¶
TYPES TT_QUERYFIELDS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWMQUERYFIELD WITH DEFAULT KEY
.