aws.codeguru_security.list_scans
Example SQL Queries
SELECT * FROMaws.codeguru_security.list_scans;Description
Returns a list of all scans in an account. Does not return EXPRESS scans.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| created_at The time when the scan was created. | TIMESTAMP_S |
| run_id The identifier for the scan run. | VARCHAR |
| scan_name The name of the scan. | VARCHAR |
| scan_name_arn The ARN for the scan name. | VARCHAR |
| scan_state The state of the scan. A scan can be In Progress, Complete, or Failed. | VARCHAR |
| updated_at The time the scan was last updated. A scan is updated when it is re-run. | TIMESTAMP_S |