Skip to content

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.

// init — grants network-firewall:GetAnalysisReportResults on the firewall
const getAnalysisReportResults =
yield* AWS.NetworkFirewall.GetAnalysisReportResults(firewall);
// runtime
const { AnalysisReportResults } = yield* getAnalysisReportResults({
AnalysisReportId: analysisReportId,
});