amazonka-inspector2-2.0: Amazon Inspector2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Inspector2.Types.TitleAggregation

Description

 
Synopsis

Documentation

data TitleAggregation Source #

The details that define an aggregation based on finding title.

See: newTitleAggregation smart constructor.

Constructors

TitleAggregation' 

Fields

Instances

Instances details
ToJSON TitleAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.TitleAggregation

Generic TitleAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.TitleAggregation

Associated Types

type Rep TitleAggregation :: Type -> Type #

Read TitleAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.TitleAggregation

Show TitleAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.TitleAggregation

NFData TitleAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.TitleAggregation

Methods

rnf :: TitleAggregation -> () #

Eq TitleAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.TitleAggregation

Hashable TitleAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.TitleAggregation

type Rep TitleAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.TitleAggregation

type Rep TitleAggregation = D1 ('MetaData "TitleAggregation" "Amazonka.Inspector2.Types.TitleAggregation" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "TitleAggregation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregationResourceType)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TitleSortBy))) :*: (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: (S1 ('MetaSel ('Just "titles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty StringFilter))) :*: S1 ('MetaSel ('Just "vulnerabilityIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty StringFilter)))))))

newTitleAggregation :: TitleAggregation Source #

Create a value of TitleAggregation 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:resourceType:TitleAggregation', titleAggregation_resourceType - The resource type to aggregate on.

$sel:sortBy:TitleAggregation', titleAggregation_sortBy - The value to sort results by.

$sel:sortOrder:TitleAggregation', titleAggregation_sortOrder - The order to sort results by.

$sel:titles:TitleAggregation', titleAggregation_titles - The finding titles to aggregate on.

$sel:vulnerabilityIds:TitleAggregation', titleAggregation_vulnerabilityIds - The vulnerability IDs of the findings.