libZSservicesZSamazonka-securityhubZSamazonka-securityhub
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.SecurityHub.Types.FindingAggregator

Description

 
Synopsis

Documentation

data FindingAggregator Source #

A finding aggregator. A finding aggregator contains the configuration for finding aggregation.

See: newFindingAggregator smart constructor.

Constructors

FindingAggregator' 

Fields

  • findingAggregatorArn :: Maybe Text

    The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and delete the finding aggregator.

Instances

Instances details
Eq FindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.FindingAggregator

Read FindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.FindingAggregator

Show FindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.FindingAggregator

Generic FindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.FindingAggregator

Associated Types

type Rep FindingAggregator :: Type -> Type #

NFData FindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.FindingAggregator

Methods

rnf :: FindingAggregator -> () #

Hashable FindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.FindingAggregator

FromJSON FindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.FindingAggregator

type Rep FindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.FindingAggregator

type Rep FindingAggregator = D1 ('MetaData "FindingAggregator" "Amazonka.SecurityHub.Types.FindingAggregator" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "FindingAggregator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "findingAggregatorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newFindingAggregator :: FindingAggregator Source #

Create a value of FindingAggregator 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:findingAggregatorArn:FindingAggregator', findingAggregator_findingAggregatorArn - The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and delete the finding aggregator.

findingAggregator_findingAggregatorArn :: Lens' FindingAggregator (Maybe Text) Source #

The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and delete the finding aggregator.