aws.codeguru_security.get_scan
Example SQL Queries
SELECT * FROMaws.codeguru_security.get_scanWHERE"scan_name" = 'VALUE';Description
Returns details about a scan, including whether or not a scan has completed.
Table Definition
| Column Name | Column Data Type |
|---|---|
| scan_name Required Input Column The name of the scan. | VARCHAR |
| run_id Input Column UUID that identifies the individual scan run. | 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
| |
| analysis_type The type of analysis CodeGuru Security performed in the scan, either Security or All. The Security type only generates findings related to security. The All type generates both security findings and quality findings. | VARCHAR |
| created_at The time the scan was created. | TIMESTAMP_S |
| error_message Details about the error that causes a scan to fail to be retrieved. | VARCHAR |
| number_of_revisions The number of times a scan has been re-run on a revised resource. | BIGINT |
| scan_name_arn The ARN for the scan name. | VARCHAR |
| scan_state The current state of the scan. Returns either InProgress, Successful, or Failed. | VARCHAR |
| updated_at The time when the scan was last updated. Only available for STANDARD scan types. | TIMESTAMP_S |