| 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.XRay.Types.InsightsConfiguration
Description
Documentation
data InsightsConfiguration Source #
The structure containing configurations related to insights.
See: newInsightsConfiguration smart constructor.
Constructors
| InsightsConfiguration' | |
Fields
| |
Instances
newInsightsConfiguration :: InsightsConfiguration Source #
Create a value of InsightsConfiguration 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:insightsEnabled:InsightsConfiguration', insightsConfiguration_insightsEnabled - Set the InsightsEnabled value to true to enable insights or false to
disable insights.
$sel:notificationsEnabled:InsightsConfiguration', insightsConfiguration_notificationsEnabled - Set the NotificationsEnabled value to true to enable insights
notifications. Notifications can only be enabled on a group with
InsightsEnabled set to true.
insightsConfiguration_insightsEnabled :: Lens' InsightsConfiguration (Maybe Bool) Source #
Set the InsightsEnabled value to true to enable insights or false to disable insights.
insightsConfiguration_notificationsEnabled :: Lens' InsightsConfiguration (Maybe Bool) Source #
Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.