aws.inspector.describe_assessment_runs
Example SQL Queries
SELECT * FROMaws.inspector.describe_assessment_runsWHERE"assessment_run_arns" = 'VALUE';Description
Describes the assessment runs that are specified by the ARNs of the assessment runs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| assessment_run_arns Required Input Column The ARN that specifies the assessment run that you want to describe. | 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 |
| assessment_runs Information about the assessment run. | STRUCT( |
Show child fields
| |
| failed_items Assessment run details that cannot be described. An error code is provided for each failed item. | MAP(VARCHAR, STRUCT( |