Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
InsightHealth' | |
|
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:openReactiveInsights:InsightHealth'
, insightHealth_openReactiveInsights
- The number of open reactive insights.
$sel:openProactiveInsights:InsightHealth'
, insightHealth_openProactiveInsights
- The number of open proactive insights.
insightHealth_meanTimeToRecoverInMilliseconds :: Lens' InsightHealth (Maybe Integer) Source #
The Meant Time to Recover (MTTR) for the insight.
insightHealth_openReactiveInsights :: Lens' InsightHealth (Maybe Int) Source #
The number of open reactive insights.
insightHealth_openProactiveInsights :: Lens' InsightHealth (Maybe Int) Source #
The number of open proactive insights.