ListAnalysisReports
Source:
src/AWS/NetworkFirewall/ListAnalysisReports.ts
Runtime binding for network-firewall:ListAnalysisReports — list the
traffic analysis reports generated for the bound Firewall; the
firewall ARN is injected automatically.
Provide NetworkFirewall.ListAnalysisReportsHttp on the hosting Lambda
Function to satisfy the requirement.
Analysis Reports
Section titled “Analysis Reports”// init — grants network-firewall:ListAnalysisReports on the firewallconst listAnalysisReports = yield* AWS.NetworkFirewall.ListAnalysisReports(firewall);
// runtimeconst { AnalysisReports } = yield* listAnalysisReports();