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

Description

 
Synopsis

Documentation

data LambdaFunctionAggregation Source #

The details that define a findings aggregation based on AWS Lambda functions.

See: newLambdaFunctionAggregation smart constructor.

Constructors

LambdaFunctionAggregation' 

Fields

Instances

Instances details
ToJSON LambdaFunctionAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionAggregation

Generic LambdaFunctionAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionAggregation

Associated Types

type Rep LambdaFunctionAggregation :: Type -> Type #

Read LambdaFunctionAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionAggregation

Show LambdaFunctionAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionAggregation

NFData LambdaFunctionAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionAggregation

Eq LambdaFunctionAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionAggregation

Hashable LambdaFunctionAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionAggregation

type Rep LambdaFunctionAggregation Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaFunctionAggregation

type Rep LambdaFunctionAggregation = D1 ('MetaData "LambdaFunctionAggregation" "Amazonka.Inspector2.Types.LambdaFunctionAggregation" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "LambdaFunctionAggregation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "functionNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty StringFilter))) :*: (S1 ('MetaSel ('Just "functionTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty MapFilter))) :*: S1 ('MetaSel ('Just "resourceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty StringFilter))))) :*: (S1 ('MetaSel ('Just "runtimes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty StringFilter))) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionSortBy)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder))))))

newLambdaFunctionAggregation :: LambdaFunctionAggregation Source #

Create a value of LambdaFunctionAggregation 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:functionNames:LambdaFunctionAggregation', lambdaFunctionAggregation_functionNames - The AWS Lambda function names to include in the aggregation results.

$sel:functionTags:LambdaFunctionAggregation', lambdaFunctionAggregation_functionTags - The tags to include in the aggregation results.

$sel:resourceIds:LambdaFunctionAggregation', lambdaFunctionAggregation_resourceIds - The resource IDs to include in the aggregation results.

$sel:runtimes:LambdaFunctionAggregation', lambdaFunctionAggregation_runtimes - Returns findings aggregated by AWS Lambda function runtime environments.

$sel:sortBy:LambdaFunctionAggregation', lambdaFunctionAggregation_sortBy - The finding severity to use for sorting the results.

$sel:sortOrder:LambdaFunctionAggregation', lambdaFunctionAggregation_sortOrder - The order to use for sorting the results.

lambdaFunctionAggregation_functionNames :: Lens' LambdaFunctionAggregation (Maybe (NonEmpty StringFilter)) Source #

The AWS Lambda function names to include in the aggregation results.

lambdaFunctionAggregation_resourceIds :: Lens' LambdaFunctionAggregation (Maybe (NonEmpty StringFilter)) Source #

The resource IDs to include in the aggregation results.

lambdaFunctionAggregation_runtimes :: Lens' LambdaFunctionAggregation (Maybe (NonEmpty StringFilter)) Source #

Returns findings aggregated by AWS Lambda function runtime environments.

lambdaFunctionAggregation_sortBy :: Lens' LambdaFunctionAggregation (Maybe LambdaFunctionSortBy) Source #

The finding severity to use for sorting the results.