aws.inspector.get_assessment_report
Example SQL Queries
SELECT * FROMaws.inspector.get_assessment_reportWHERE"assessment_run_arn" = 'VALUE'AND "report_file_format" = 'VALUE'AND "report_type" = 'VALUE';Description
Produces an assessment report that includes detailed and comprehensive results of a specified assessment run.
Table Definition
| Column Name | Column Data Type |
|---|---|
| assessment_run_arn Required Input Column The ARN that specifies the assessment run for which you want to generate a report. | VARCHAR |
| report_file_format Required Input Column Specifies the file format (html or pdf) of the assessment report that you want to generate. | VARCHAR |
| report_type Required Input Column Specifies the type of the assessment report that you want to generate. There are two types of assessment reports: a finding report and a full report. For more information, see Assessment Reports. | VARCHAR |
| _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 Specifies the status of the request to generate an assessment report. | VARCHAR |
| url Specifies the URL where you can find the generated assessment report. This parameter is only returned if the report is successfully generated. | VARCHAR |