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

Description

Returns the current finding aggregation configuration.

Synopsis

Creating a Request

data GetFindingAggregator Source #

See: newGetFindingAggregator smart constructor.

Constructors

GetFindingAggregator' 

Fields

  • findingAggregatorArn :: Text

    The ARN of the finding aggregator to return details for. To obtain the ARN, use ListFindingAggregators.

Instances

Instances details
Eq GetFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.GetFindingAggregator

Read GetFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.GetFindingAggregator

Show GetFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.GetFindingAggregator

Generic GetFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.GetFindingAggregator

Associated Types

type Rep GetFindingAggregator :: Type -> Type #

NFData GetFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.GetFindingAggregator

Methods

rnf :: GetFindingAggregator -> () #

Hashable GetFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.GetFindingAggregator

AWSRequest GetFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.GetFindingAggregator

Associated Types

type AWSResponse GetFindingAggregator #

ToHeaders GetFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.GetFindingAggregator

ToPath GetFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.GetFindingAggregator

ToQuery GetFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.GetFindingAggregator

type Rep GetFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.GetFindingAggregator

type Rep GetFindingAggregator = D1 ('MetaData "GetFindingAggregator" "Amazonka.SecurityHub.GetFindingAggregator" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "GetFindingAggregator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "findingAggregatorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetFindingAggregator Source # 
Instance details

Defined in Amazonka.SecurityHub.GetFindingAggregator

newGetFindingAggregator Source #

Create a value of GetFindingAggregator 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:GetFindingAggregator', getFindingAggregator_findingAggregatorArn - The ARN of the finding aggregator to return details for. To obtain the ARN, use ListFindingAggregators.

Request Lenses

getFindingAggregator_findingAggregatorArn :: Lens' GetFindingAggregator Text Source #

The ARN of the finding aggregator to return details for. To obtain the ARN, use ListFindingAggregators.

Destructuring the Response

data GetFindingAggregatorResponse Source #

See: newGetFindingAggregatorResponse smart constructor.

Constructors

GetFindingAggregatorResponse' 

Fields

Instances

Instances details
Eq GetFindingAggregatorResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.GetFindingAggregator

Read GetFindingAggregatorResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.GetFindingAggregator

Show GetFindingAggregatorResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.GetFindingAggregator

Generic GetFindingAggregatorResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.GetFindingAggregator

Associated Types

type Rep GetFindingAggregatorResponse :: Type -> Type #

NFData GetFindingAggregatorResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.GetFindingAggregator

type Rep GetFindingAggregatorResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.GetFindingAggregator

type Rep GetFindingAggregatorResponse = D1 ('MetaData "GetFindingAggregatorResponse" "Amazonka.SecurityHub.GetFindingAggregator" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "GetFindingAggregatorResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "regions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "findingAggregatorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "regionLinkingMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "findingAggregationRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetFindingAggregatorResponse Source #

Create a value of GetFindingAggregatorResponse 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:regions:GetFindingAggregatorResponse', getFindingAggregatorResponse_regions - The list of excluded Regions or included Regions.

$sel:findingAggregatorArn:GetFindingAggregator', getFindingAggregatorResponse_findingAggregatorArn - The ARN of the finding aggregator.

$sel:regionLinkingMode:GetFindingAggregatorResponse', getFindingAggregatorResponse_regionLinkingMode - Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.

$sel:findingAggregationRegion:GetFindingAggregatorResponse', getFindingAggregatorResponse_findingAggregationRegion - The aggregation Region.

$sel:httpStatus:GetFindingAggregatorResponse', getFindingAggregatorResponse_httpStatus - The response's http status code.

Response Lenses

getFindingAggregatorResponse_regions :: Lens' GetFindingAggregatorResponse (Maybe [Text]) Source #

The list of excluded Regions or included Regions.

getFindingAggregatorResponse_regionLinkingMode :: Lens' GetFindingAggregatorResponse (Maybe Text) Source #

Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.