/AWS1/CL_CWMLOCALHEALTHEVTSCFG¶
A complex type with the configuration information that determines the threshold and other conditions for when Internet Monitor creates a health event for a local performance or availability issue, when scores cross a threshold for one or more city-networks.
Defines the percentages, for performance scores or availability scores, that are the local thresholds for when Amazon CloudWatch Internet Monitor creates a health event. Also defines whether a local threshold is enabled or disabled, and the minimum percentage of overall traffic that must be impacted by an issue before Internet Monitor creates an event when a threshold is crossed for a local health score.
If you don't set a local health event threshold, the default value is 60%.
For more information, see Change health event thresholds in the Internet Monitor section of the CloudWatch User Guide.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_status
TYPE /AWS1/CWMLOCALHEALTHEVTSCFGS00
/AWS1/CWMLOCALHEALTHEVTSCFGS00
¶
The status of whether Internet Monitor creates a health event based on a threshold percentage set for a local health score. The status can be
ENABLED
orDISABLED
.
iv_healthscorethreshold
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The health event threshold percentage set for a local health score.
iv_mintrafficimpact
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The minimum percentage of overall traffic for an application that must be impacted by an issue before Internet Monitor creates an event when a threshold is crossed for a local health score.
If you don't set a minimum traffic impact threshold, the default value is 0.1%.
Queryable Attributes¶
Status¶
The status of whether Internet Monitor creates a health event based on a threshold percentage set for a local health score. The status can be
ENABLED
orDISABLED
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
HealthScoreThreshold¶
The health event threshold percentage set for a local health score.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HEALTHSCORETHRESHOLD() |
Getter for HEALTHSCORETHRESHOLD |
ASK_HEALTHSCORETHRESHOLD() |
Getter for HEALTHSCORETHRESHOLD w/ exceptions if field has n |
STR_HEALTHSCORETHRESHOLD() |
String format for HEALTHSCORETHRESHOLD |
MinTrafficImpact¶
The minimum percentage of overall traffic for an application that must be impacted by an issue before Internet Monitor creates an event when a threshold is crossed for a local health score.
If you don't set a minimum traffic impact threshold, the default value is 0.1%.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MINTRAFFICIMPACT() |
Getter for MINTRAFFICIMPACT |
ASK_MINTRAFFICIMPACT() |
Getter for MINTRAFFICIMPACT w/ exceptions if field has no va |
STR_MINTRAFFICIMPACT() |
String format for MINTRAFFICIMPACT |