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.FindingTypeAggregation

Description

 
Synopsis

Documentation

data FindingTypeAggregation Source #

The details that define an aggregation based on finding type.

See: newFindingTypeAggregation smart constructor.

Constructors

FindingTypeAggregation' 

Fields

Instances

Instances details
ToJSON FindingTypeAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FindingTypeAggregation

Generic FindingTypeAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FindingTypeAggregation

Associated Types

type Rep FindingTypeAggregation :: Type -> Type #

Read FindingTypeAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FindingTypeAggregation

Show FindingTypeAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FindingTypeAggregation

NFData FindingTypeAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FindingTypeAggregation

Methods

rnf :: FindingTypeAggregation -> () #

Eq FindingTypeAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FindingTypeAggregation

Hashable FindingTypeAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FindingTypeAggregation

type Rep FindingTypeAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FindingTypeAggregation

type Rep FindingTypeAggregation = D1 ('MetaData "FindingTypeAggregation" "Amazonka.Inspector2.Types.FindingTypeAggregation" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "FindingTypeAggregation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "findingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregationFindingType)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregationResourceType))) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FindingTypeSortBy)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)))))

newFindingTypeAggregation :: FindingTypeAggregation Source #

Create a value of FindingTypeAggregation 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:findingType:FindingTypeAggregation', findingTypeAggregation_findingType - The finding type to aggregate.

$sel:resourceType:FindingTypeAggregation', findingTypeAggregation_resourceType - The resource type to aggregate.

$sel:sortBy:FindingTypeAggregation', findingTypeAggregation_sortBy - The value to sort results by.

$sel:sortOrder:FindingTypeAggregation', findingTypeAggregation_sortOrder - The order to sort results by.