| 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.AccountInsightHealth
Description
Documentation
data AccountInsightHealth Source #
Information about the number of open reactive and proactive insights that can be used to gauge the health of your system.
See: newAccountInsightHealth smart constructor.
Constructors
| AccountInsightHealth' | |
Fields
| |
Instances
newAccountInsightHealth :: AccountInsightHealth Source #
Create a value of AccountInsightHealth 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:openProactiveInsights:AccountInsightHealth', accountInsightHealth_openProactiveInsights - An integer that specifies the number of open proactive insights in your
Amazon Web Services account.
$sel:openReactiveInsights:AccountInsightHealth', accountInsightHealth_openReactiveInsights - An integer that specifies the number of open reactive insights in your
Amazon Web Services account.
accountInsightHealth_openProactiveInsights :: Lens' AccountInsightHealth (Maybe Int) Source #
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
accountInsightHealth_openReactiveInsights :: Lens' AccountInsightHealth (Maybe Int) Source #
An integer that specifies the number of open reactive insights in your Amazon Web Services account.