GetAnalysisReportResults
Source:
src/AWS/NetworkFirewall/GetAnalysisReportResults.ts
Runtime binding for network-firewall:GetAnalysisReportResults — read the
results of a completed traffic analysis report on the bound
Firewall; the firewall ARN is injected automatically.
Provide NetworkFirewall.GetAnalysisReportResultsHttp on the hosting
Lambda Function to satisfy the requirement.
Analysis Reports
Section titled “Analysis Reports”// init — grants network-firewall:GetAnalysisReportResults on the firewallconst getAnalysisReportResults = yield* AWS.NetworkFirewall.GetAnalysisReportResults(firewall);
// runtimeconst { AnalysisReportResults } = yield* getAnalysisReportResults({ AnalysisReportId: analysisReportId,});