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 |
Documentation
data InsightsConfiguration Source #
The structure containing configurations related to insights.
See: newInsightsConfiguration
smart constructor.
InsightsConfiguration' | |
|
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: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.
$sel:insightsEnabled:InsightsConfiguration'
, insightsConfiguration_insightsEnabled
- 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.
insightsConfiguration_insightsEnabled :: Lens' InsightsConfiguration (Maybe Bool) Source #
Set the InsightsEnabled value to true to enable insights or false to disable insights.