Skip to content

ListFindings

Source: src/AWS/AccessAnalyzer/ListFindings.ts

Runtime binding for access-analyzer:ListFindings.

Lists the analyzer’s external-access findings (V1 API — prefer ListFindingsV2, which also returns unused-access findings). Provide the implementation with Effect.provide(AWS.AccessAnalyzer.ListFindingsHttp).

const listFindings = yield* AWS.AccessAnalyzer.ListFindings(analyzer);
const page = yield* listFindings({ maxResults: 50 });