/AWS1/CL_CWMHEALTHEVENTSCONFIG¶
A complex type with the configuration information that determines the threshold and other conditions for when Internet Monitor creates a health event for an overall performance or availability issue, across an application's geographies.
Defines the percentages, for overall performance scores and availability scores for an application, that are the thresholds for when Amazon CloudWatch Internet Monitor creates a health event. You can override the defaults to set a custom threshold for overall performance or availability scores, or both.
You can also set thresholds for local health scores,, where Internet Monitor creates a health event when scores cross a threshold for one or more city-networks, in addition to creating an event when an overall score crosses a threshold.
If you don't set a health event threshold, the default value is 95%.
For local thresholds, you also set a minimum percentage of overall traffic that is impacted by an issue before Internet Monitor creates an event. In addition, you can disable local thresholds, for performance scores, availability scores, or both.
For more information, see Change health event thresholds in the Internet Monitor section of the CloudWatch User Guide.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_availabilityscorethresh
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The health event threshold percentage set for availability scores.
iv_performancescorethreshold
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The health event threshold percentage set for performance scores.
io_availabilitylocalhealth00
TYPE REF TO /AWS1/CL_CWMLOCALHEALTHEVTSCFG
/AWS1/CL_CWMLOCALHEALTHEVTSCFG
¶
The configuration that determines the threshold and other conditions for when Internet Monitor creates a health event for a local availability issue.
io_performancelocalhealthe00
TYPE REF TO /AWS1/CL_CWMLOCALHEALTHEVTSCFG
/AWS1/CL_CWMLOCALHEALTHEVTSCFG
¶
The configuration that determines the threshold and other conditions for when Internet Monitor creates a health event for a local performance issue.
Queryable Attributes¶
AvailabilityScoreThreshold¶
The health event threshold percentage set for availability scores.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AVAILABILITYSCORETHRESH() |
Getter for AVAILABILITYSCORETHRESHOLD |
ASK_AVAILABILITYSCORETHRESH() |
Getter for AVAILABILITYSCORETHRESHOLD w/ exceptions if field |
STR_AVAILABILITYSCORETHRESH() |
String format for AVAILABILITYSCORETHRESHOLD |
PerformanceScoreThreshold¶
The health event threshold percentage set for performance scores.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PERFORMANCESCORETHRESH() |
Getter for PERFORMANCESCORETHRESHOLD |
ASK_PERFORMANCESCORETHRESH() |
Getter for PERFORMANCESCORETHRESHOLD w/ exceptions if field |
STR_PERFORMANCESCORETHRESH() |
String format for PERFORMANCESCORETHRESHOLD |
AvailabilityLocalHealthEventsConfig¶
The configuration that determines the threshold and other conditions for when Internet Monitor creates a health event for a local availability issue.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AVAILABILITYLOCALHEALT00() |
Getter for AVAILABILITYLOCALHEALTHEVT00 |
PerformanceLocalHealthEventsConfig¶
The configuration that determines the threshold and other conditions for when Internet Monitor creates a health event for a local performance issue.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PERFORMANCELOCALHEALTH00() |
Getter for PERFORMANCELOCALHEALTHEVTS00 |