Inspector2 / Client / get_cis_scan_report
get_cis_scan_report¶
- Inspector2.Client.get_cis_scan_report(**kwargs)¶
- Retrieves a CIS scan report. - See also: AWS API Documentation - Request Syntax- response = client.get_cis_scan_report( scanArn='string', targetAccounts=[ 'string', ], reportFormat='PDF'|'CSV' ) - Parameters:
- scanArn (string) – - [REQUIRED] - The scan ARN. 
- targetAccounts (list) – - The target accounts. - (string) – 
 
- reportFormat (string) – The format of the report. Valid values are - PDFand- CSV. If no value is specified, the report format defaults to- PDF.
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'url': 'string', 'status': 'SUCCEEDED'|'FAILED'|'IN_PROGRESS' } - Response Structure- (dict) – - url (string) – - The URL where a PDF or CSV of the CIS scan report can be downloaded. 
- status (string) – - The status. 
 
 
 - Exceptions