You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-internetmonitor): This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for triggering when to create a health event.
Copy file name to clipboardexpand all lines: clients/client-internetmonitor/src/models/models_0.ts
+47
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,24 @@ export class ConflictException extends __BaseException {
100
100
}
101
101
}
102
102
103
+
/**
104
+
* @public
105
+
* <p>A complex type for the configuration. Defines the health event threshold percentages, for performance score and availability score. Amazon CloudWatch Internet Monitor creates a health event when
106
+
* there's an internet issue that affects your application end users where a health score percentage is at or below a set threshold. If you
107
+
* don't set a health event threshold, the default value is 95%.</p>
108
+
*/
109
+
exportinterfaceHealthEventsConfig{
110
+
/**
111
+
* <p>The health event threshold percentage set for availability scores.</p>
112
+
*/
113
+
AvailabilityScoreThreshold?: number;
114
+
115
+
/**
116
+
* <p>The health event threshold percentage set for performance scores.</p>
* <p>The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.</p>
756
786
*/
757
787
TrafficPercentageToMonitor?: number;
788
+
789
+
/**
790
+
* <p>The list of health event thresholds. A health event threshold percentage, for performance and availability, determines the level
791
+
* of impact at which Amazon CloudWatch Internet Monitor creates a health event when there's an internet issue that affects your application end users.</p>
* <p>The value of the threshold percentage for performance or availability that was configured when Amazon CloudWatch Internet Monitor created the health event.</p>
* <p>The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.</p>
1084
1125
*/
1085
1126
TrafficPercentageToMonitor?: number;
1127
+
1128
+
/**
1129
+
* <p>The list of health event thresholds. A health event threshold percentage, for performance and availability, determines when Internet Monitor creates
1130
+
* a health event when there's an internet issue that affects your application end users.</p>
"smithy.api#documentation": "<p>Defines the health event threshold percentages, for performance score and availability score. Internet Monitor creates a health event when \n\t\t\tthere's an internet issue that affects your application end users where a health score percentage is at or below a set threshold. If you \n\t\t\tdon't set a health event threshold, the default calue is 95%.</p>"
170
+
}
165
171
}
166
172
}
167
173
},
@@ -357,6 +363,13 @@
357
363
"smithy.api#documentation": "<p>The type of impairment of a specific health event.</p>",
"smithy.api#documentation": "<p>The list of health event thresholds. A health event threshold percentage, for performance and availability, determines the level\n\t\t\tof impact at which Amazon CloudWatch Internet Monitor creates a health event when there's an internet issue that affects your application end users.</p>"
509
+
}
491
510
}
492
511
}
493
512
},
@@ -564,6 +583,13 @@
564
583
"smithy.api#documentation": "<p>The type of impairment for a health event.</p>",
"smithy.api#documentation": "<p>The value of the threshold percentage for performance or availability that was configured when Amazon CloudWatch Internet Monitor created the health event.</p>"
"smithy.api#documentation": "<p>The health event threshold percentage set for performance scores.</p>"
683
+
}
684
+
}
685
+
},
686
+
"traits": {
687
+
"smithy.api#documentation": "<p>A complex type for the configuration. Defines the health event threshold percentages, for performance score and availability score. Amazon CloudWatch Internet Monitor creates a health event when \n\t\t\tthere's an internet issue that affects your application end users where a health score percentage is at or below a set threshold. If you \n\t\t\tdon't set a health event threshold, the default value is 95%.</p>"
"smithy.api#documentation": "<p>The list of health event thresholds. A health event threshold percentage, for performance and availability, determines when Internet Monitor creates \n\t\t\ta health event when there's an internet issue that affects your application end users.</p>"
0 commit comments