aws.imagebuilder.list_image_scan_findings
Example SQL Queries
SELECT * FROMaws.imagebuilder.list_image_scan_findings;Description
Returns a list of image scan findings for your account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column An array of name value pairs that you can use to filter your results. You can use the following filters to streamline results:
If you don't request a filter, then all findings in your account are listed. | STRUCT( |
Show child fields
| |
| max_results Input Column The maximum items to return in a request. | BIGINT |
| next_token Input Column The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects. | 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
| |
| findings The image scan findings for your account that meet your request filter criteria. | STRUCT( |
Show child fields
| |
| request_id The request ID that uniquely identifies this request. | VARCHAR |