accessanalyzer_list_findings
Retrieve and filter AWS IAM Access Analyzer findings by specifying an analyzer ARN, region, and optional criteria. Useful for monitoring S3 bucket permissions and other resource access policies.
Instructions
List findings for an analyzer, with optional filter.
filter: {'resourceType': {'eq': ['AWS::S3::Bucket']}, ...}
Parameters:
aws_region (str): The AWS region - use 'us-east-1' if not specified.
analyzer_arn (str): The ARN of the analyzer to list findings for.
filter (dict, optional): Filter criteria for findings.
max_results (int): Maximum number of findings to return.
Returns:
str: JSON-formatted list of findings.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
analyzer_arn | Yes | ||
aws_region | Yes | ||
filter | No | ||
max_results | No |