aws.cloudformation.list_resource_scans
Example SQL Queries
SELECT * FROMaws.cloudformation.list_resource_scans;Description
List the resource scans from newest to oldest. By default it will return up to 10 resource 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| end_time The time that the resource scan was finished. | TIMESTAMP_S |
| percentage_completed The percentage of the resource scan that has been completed. | DOUBLE |
| resource_scan_id The Amazon Resource Name (ARN) of the resource scan. | VARCHAR |
| start_time The time that the resource scan was started. | TIMESTAMP_S |
| status Status of the resource scan.
| VARCHAR |
| status_reason The reason for the resource scan status, providing more information if a failure happened. | VARCHAR |