inspector2_create_findings_report: Creates a finding report

View source: R/inspector2_operations.R

inspector2_create_findings_reportR Documentation

Creates a finding report

Description

Creates a finding report. By default only ACTIVE findings are returned in the report. To see SUPRESSED or CLOSED findings you must specify a value for the findingStatus filter criteria.

See https://www.paws-r-sdk.com/docs/inspector2_create_findings_report/ for full documentation.

Usage

inspector2_create_findings_report(
  filterCriteria = NULL,
  reportFormat,
  s3Destination
)

Arguments

filterCriteria

The filter criteria to apply to the results of the finding report.

reportFormat

[required] The format to generate the report in.

s3Destination

[required] The Amazon S3 export destination for the report.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.