inspector2_create_findings_report {paws.security.identity} | R 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. |
[Package paws.security.identity version 0.6.1 Index]