aws.inspector2.get_cis_scan_report
Example SQL Queries
SELECT * FROMaws.inspector2.get_cis_scan_reportWHERE"scan_arn" = 'VALUE';Description
Retrieves a CIS scan report.
Table Definition
| Column Name | Column Data Type |
|---|---|
| scan_arn Required Input Column The scan ARN. | VARCHAR |
| report_format Input Column The format of the report. Valid values are PDF and CSV. If no value is specified, the report format defaults to PDF. | VARCHAR |
| target_accounts Input Column The target accounts. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| status The status. | VARCHAR |
| url The URL where a PDF or CSV of the CIS scan report can be downloaded. | VARCHAR |