| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DevOpsGuru.Types.InsightHealth
Description
Synopsis
Documentation
data InsightHealth Source #
Information about the number of open reactive and proactive insights that can be used to gauge the health of your system.
See: newInsightHealth smart constructor.
Constructors
| InsightHealth' | |
Fields
| |
Instances
newInsightHealth :: InsightHealth Source #
Create a value of InsightHealth with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:meanTimeToRecoverInMilliseconds:InsightHealth', insightHealth_meanTimeToRecoverInMilliseconds - The Meant Time to Recover (MTTR) for the insight.
$sel:openProactiveInsights:InsightHealth', insightHealth_openProactiveInsights - The number of open proactive insights.
$sel:openReactiveInsights:InsightHealth', insightHealth_openReactiveInsights - The number of open reactive insights.
insightHealth_meanTimeToRecoverInMilliseconds :: Lens' InsightHealth (Maybe Integer) Source #
The Meant Time to Recover (MTTR) for the insight.
insightHealth_openProactiveInsights :: Lens' InsightHealth (Maybe Int) Source #
The number of open proactive insights.
insightHealth_openReactiveInsights :: Lens' InsightHealth (Maybe Int) Source #
The number of open reactive insights.