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
- data ReactiveInsight = ReactiveInsight' {}
- newReactiveInsight :: ReactiveInsight
- reactiveInsight_status :: Lens' ReactiveInsight (Maybe InsightStatus)
- reactiveInsight_resourceCollection :: Lens' ReactiveInsight (Maybe ResourceCollection)
- reactiveInsight_severity :: Lens' ReactiveInsight (Maybe InsightSeverity)
- reactiveInsight_ssmOpsItemId :: Lens' ReactiveInsight (Maybe Text)
- reactiveInsight_insightTimeRange :: Lens' ReactiveInsight (Maybe InsightTimeRange)
- reactiveInsight_name :: Lens' ReactiveInsight (Maybe Text)
- reactiveInsight_id :: Lens' ReactiveInsight (Maybe Text)
Documentation
data ReactiveInsight Source #
Information about a reactive insight. This object is returned by
ListInsights
.
See: newReactiveInsight
smart constructor.
ReactiveInsight' | |
|
Instances
newReactiveInsight :: ReactiveInsight Source #
Create a value of ReactiveInsight
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:status:ReactiveInsight'
, reactiveInsight_status
- The status of a reactive insight.
$sel:resourceCollection:ReactiveInsight'
, reactiveInsight_resourceCollection
- Undocumented member.
$sel:severity:ReactiveInsight'
, reactiveInsight_severity
- The severity of a reactive insight.
$sel:ssmOpsItemId:ReactiveInsight'
, reactiveInsight_ssmOpsItemId
- The ID of the AWS System Manager OpsItem created for this insight. You
must enable the creation of OpstItems insights before they are created
for each insight.
$sel:insightTimeRange:ReactiveInsight'
, reactiveInsight_insightTimeRange
- Undocumented member.
$sel:name:ReactiveInsight'
, reactiveInsight_name
- The name of a reactive insight.
$sel:id:ReactiveInsight'
, reactiveInsight_id
- The ID of a reactive insight.
reactiveInsight_status :: Lens' ReactiveInsight (Maybe InsightStatus) Source #
The status of a reactive insight.
reactiveInsight_resourceCollection :: Lens' ReactiveInsight (Maybe ResourceCollection) Source #
Undocumented member.
reactiveInsight_severity :: Lens' ReactiveInsight (Maybe InsightSeverity) Source #
The severity of a reactive insight.
reactiveInsight_ssmOpsItemId :: Lens' ReactiveInsight (Maybe Text) Source #
The ID of the AWS System Manager OpsItem created for this insight. You must enable the creation of OpstItems insights before they are created for each insight.
reactiveInsight_insightTimeRange :: Lens' ReactiveInsight (Maybe InsightTimeRange) Source #
Undocumented member.
reactiveInsight_name :: Lens' ReactiveInsight (Maybe Text) Source #
The name of a reactive insight.
reactiveInsight_id :: Lens' ReactiveInsight (Maybe Text) Source #
The ID of a reactive insight.