aws.accessanalyzer.list_findings
Example SQL Queries
SELECT * FROMaws.accessanalyzer.list_findingsWHERE"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 sort order for the findings returned. | 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
| |
| action The action in the analyzed policy statement that an external principal has permission to use. | VARCHAR[] |
Show child fields
| |
| analyzed_at The time at which the resource-based policy that generated the finding was analyzed. | TIMESTAMP_S |
| condition The condition in the analyzed policy statement that resulted in a finding. | MAP(VARCHAR, VARCHAR) |
| created_at The time at which the finding was created. | TIMESTAMP_S |
| error The error that resulted in an Error finding. | VARCHAR |
| id The ID of the finding. | VARCHAR |
| is_public Indicates whether the finding reports a resource that has a policy that allows public access. | BOOLEAN |
| principal The external principal that has access to a resource within the zone of trust. | MAP(VARCHAR, 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 |
| sources The sources of the finding. This indicates how the access that generated the finding is granted. It is populated for Amazon S3 bucket findings. | STRUCT( |
Show child fields
| |
| status The status of the finding. | VARCHAR |
| updated_at The time at which the finding was most recently updated. | TIMESTAMP_S |