Skip to content

ListFindingAggregators

Source: src/AWS/SecurityHub/ListFindingAggregators.ts

Runtime binding for securityhub:ListFindingAggregators.

Lists the cross-Region finding aggregators configured in the account. Account-level operation — invoked with the caller’s request as-is. Provide the implementation with Effect.provide(AWS.SecurityHub.ListFindingAggregatorsHttp).

Custom Actions, Automation Rules & Aggregation

Section titled “Custom Actions, Automation Rules & Aggregation”
// init — account-level binding, no resource argument
const listFindingAggregators = yield* AWS.SecurityHub.ListFindingAggregators();
// runtime
const { FindingAggregators } = yield* listFindingAggregators();