aws.accessanalyzer.get_finding
Example SQL Queries
SELECT * FROMaws.accessanalyzer.get_findingWHERE"analyzer_arn" = 'VALUE'AND "id" = 'VALUE';Description
Retrieves information about the specified finding. GetFinding and GetFindingV2 both use access-analyzer:GetFinding in the Action element of an IAM policy statement. You must have permission to perform the access-analyzer:GetFinding action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| analyzer_arn Required Input Column The ARN of the analyzer that generated the finding. | VARCHAR |
| id Required Input Column The ID of the finding to retrieve. | 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
| |
| finding A finding object that contains finding details. | STRUCT( |
Show child fields
| |