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 GroupSummary = GroupSummary' {}
- newGroupSummary :: GroupSummary
- groupSummary_filterExpression :: Lens' GroupSummary (Maybe Text)
- groupSummary_insightsConfiguration :: Lens' GroupSummary (Maybe InsightsConfiguration)
- groupSummary_groupARN :: Lens' GroupSummary (Maybe Text)
- groupSummary_groupName :: Lens' GroupSummary (Maybe Text)
Documentation
data GroupSummary Source #
Details for a group without metadata.
See: newGroupSummary
smart constructor.
GroupSummary' | |
|
Instances
newGroupSummary :: GroupSummary Source #
Create a value of GroupSummary
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:filterExpression:GroupSummary'
, groupSummary_filterExpression
- The filter expression defining the parameters to include traces.
$sel:insightsConfiguration:GroupSummary'
, groupSummary_insightsConfiguration
- The structure containing configurations related to insights.
- The InsightsEnabled boolean can be set to true to enable insights for the group or false to disable insights for the group.
- The NotificationsEnabled boolean can be set to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.
$sel:groupARN:GroupSummary'
, groupSummary_groupARN
- The ARN of the group generated based on the GroupName.
$sel:groupName:GroupSummary'
, groupSummary_groupName
- The unique case-sensitive name of the group.
groupSummary_filterExpression :: Lens' GroupSummary (Maybe Text) Source #
The filter expression defining the parameters to include traces.
groupSummary_insightsConfiguration :: Lens' GroupSummary (Maybe InsightsConfiguration) Source #
The structure containing configurations related to insights.
- The InsightsEnabled boolean can be set to true to enable insights for the group or false to disable insights for the group.
- The NotificationsEnabled boolean can be set to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.
groupSummary_groupARN :: Lens' GroupSummary (Maybe Text) Source #
The ARN of the group generated based on the GroupName.
groupSummary_groupName :: Lens' GroupSummary (Maybe Text) Source #
The unique case-sensitive name of the group.