2024/05/03 - Inspector2 - 1 updated api methods
Changes This release adds CSV format to GetCisScanReport for Inspector v2
{'reportFormat': 'PDF | CSV'}
Retrieves a CIS scan report.
See also: AWS API Documentation
Request Syntax
client.get_cis_scan_report( reportFormat='PDF'|'CSV', scanArn='string', targetAccounts=[ 'string', ] )
string
The format of the report. Valid values are PDF and CSV. If no value is specified, the report format defaults to PDF.
string
[REQUIRED]
The scan ARN.
list
The target accounts.
(string) --
dict
Response Syntax
{ 'status': 'SUCCEEDED'|'FAILED'|'IN_PROGRESS', 'url': 'string' }
Response Structure
(dict) --
status (string) --
The status.
url (string) --
The URL where a PDF or CSV of the CIS scan report can be downloaded.