libZSservicesZSamazonka-xrayZSamazonka-xray
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.XRay.Types.GroupSummary

Description

 
Synopsis

Documentation

data GroupSummary Source #

Details for a group without metadata.

See: newGroupSummary smart constructor.

Constructors

GroupSummary' 

Fields

  • filterExpression :: Maybe Text

    The filter expression defining the parameters to include traces.

  • insightsConfiguration :: Maybe 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.
  • groupARN :: Maybe Text

    The ARN of the group generated based on the GroupName.

  • groupName :: Maybe Text

    The unique case-sensitive name of the group.

Instances

Instances details
Eq GroupSummary Source # 
Instance details

Defined in Amazonka.XRay.Types.GroupSummary

Read GroupSummary Source # 
Instance details

Defined in Amazonka.XRay.Types.GroupSummary

Show GroupSummary Source # 
Instance details

Defined in Amazonka.XRay.Types.GroupSummary

Generic GroupSummary Source # 
Instance details

Defined in Amazonka.XRay.Types.GroupSummary

Associated Types

type Rep GroupSummary :: Type -> Type #

NFData GroupSummary Source # 
Instance details

Defined in Amazonka.XRay.Types.GroupSummary

Methods

rnf :: GroupSummary -> () #

Hashable GroupSummary Source # 
Instance details

Defined in Amazonka.XRay.Types.GroupSummary

FromJSON GroupSummary Source # 
Instance details

Defined in Amazonka.XRay.Types.GroupSummary

type Rep GroupSummary Source # 
Instance details

Defined in Amazonka.XRay.Types.GroupSummary

type Rep GroupSummary = D1 ('MetaData "GroupSummary" "Amazonka.XRay.Types.GroupSummary" "libZSservicesZSamazonka-xrayZSamazonka-xray" 'False) (C1 ('MetaCons "GroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filterExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "insightsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InsightsConfiguration))) :*: (S1 ('MetaSel ('Just "groupARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "groupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.