/AWS1/CL_CWNCREATEMONIOUTPUT¶
CreateMonitorOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_monitorarn TYPE /AWS1/CWNMONITORARN /AWS1/CWNMONITORARN¶
The ARN of the monitor.
iv_monitorname TYPE /AWS1/CWNRESOURCENAME /AWS1/CWNRESOURCENAME¶
The name of the monitor.
iv_state TYPE /AWS1/CWNMONITORSTATE /AWS1/CWNMONITORSTATE¶
The state of the monitor.
Optional arguments:¶
iv_aggregationperiod TYPE /AWS1/CWNAGGREGATIONPERIOD /AWS1/CWNAGGREGATIONPERIOD¶
The number of seconds that metrics are aggregated by and sent to Amazon CloudWatch. This will be either
30or60.
it_tags TYPE /AWS1/CL_CWNTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The list of key-value pairs assigned to the monitor.
Queryable Attributes¶
monitorArn¶
The ARN of the monitor.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MONITORARN() |
Getter for MONITORARN, with configurable default |
ASK_MONITORARN() |
Getter for MONITORARN w/ exceptions if field has no value |
HAS_MONITORARN() |
Determine if MONITORARN has a value |
monitorName¶
The name of the monitor.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MONITORNAME() |
Getter for MONITORNAME, with configurable default |
ASK_MONITORNAME() |
Getter for MONITORNAME w/ exceptions if field has no value |
HAS_MONITORNAME() |
Determine if MONITORNAME has a value |
state¶
The state of the monitor.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
aggregationPeriod¶
The number of seconds that metrics are aggregated by and sent to Amazon CloudWatch. This will be either
30or60.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGGREGATIONPERIOD() |
Getter for AGGREGATIONPERIOD, with configurable default |
ASK_AGGREGATIONPERIOD() |
Getter for AGGREGATIONPERIOD w/ exceptions if field has no v |
HAS_AGGREGATIONPERIOD() |
Determine if AGGREGATIONPERIOD has a value |
tags¶
The list of key-value pairs assigned to the monitor.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |