aws.accessanalyzer.list_findings_v2
Example SQL Queries
SELECT * FROMaws.accessanalyzer.list_findings_v2WHERE"analyzer_arn" = 'VALUE';Description
Retrieves a list of findings generated by the specified analyzer. ListFindings and ListFindingsV2 both use access-analyzer:ListFindings in the Action element of an IAM policy statement. You must have permission to perform the access-analyzer:ListFindings action.
To learn about filter keys that you can use to retrieve a list of findings, see IAM Access Analyzer filter keys in the IAM User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| analyzer_arn Required Input Column The ARN of the analyzer to retrieve findings from. | VARCHAR |
| filter Input Column A filter to match for the findings to return. | MAP(VARCHAR, STRUCT( |
| sort Input Column The criteria used to sort. | STRUCT( |
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
| |
| analyzed_at The time at which the resource-based policy or IAM entity that generated the finding was analyzed. | TIMESTAMP_S |
| created_at The time at which the finding was created. | TIMESTAMP_S |
| error The error that resulted in an Error finding. | VARCHAR |
| finding_type The type of the external access or unused access finding. | VARCHAR |
| id The ID of the finding. | VARCHAR |
| resource The resource that the external principal has access to. | VARCHAR |
| resource_owner_account The Amazon Web Services account ID that owns the resource. | VARCHAR |
| resource_type The type of the resource that the external principal has access to. | VARCHAR |
| status The status of the finding. | VARCHAR |
| updated_at The time at which the finding was most recently updated. | TIMESTAMP_S |