View Source aws_accessanalyzer (aws v0.3.1)
AWS IAM Access Analyzer helps identify potential resource-access risks by enabling you to identify any policies that grant access to an external principal.
It does this by using logic-based reasoning to analyze resource-based policies in your AWS environment. An external principal can be another AWS account, a root user, an IAM user or role, a federated user, an AWS service, or an anonymous user. This guide describes the AWS IAM Access Analyzer operations that you can call programmatically. For general information about Access Analyzer, see AWS IAM Access Analyzer in the IAM User Guide.
To start using Access Analyzer, you first need to create an analyzer.Link to this section Summary
Functions
Creates an archive rule for the specified analyzer.
Deletes the specified analyzer.
Retrieves information about an archive rule.
Retrieves a list of findings generated by the specified analyzer.
Link to this section Functions
Creates an archive rule for the specified analyzer.
Archive rules automatically archive new findings that meet the criteria you define when you create the rule.Deletes the specified analyzer.
When you delete an analyzer, Access Analyzer is disabled for the account or organization in the current or specific Region. All findings that were generated by the analyzer are deleted. You cannot undo this action.delete_archive_rule(Client, AnalyzerName, RuleName, Input0, Options0)
View Sourceget_analyzed_resource(Client, AnalyzerArn, ResourceArn, QueryMap, HeadersMap)
View Sourceget_analyzed_resource(Client, AnalyzerArn, ResourceArn, QueryMap, HeadersMap, Options0)
View Sourceget_analyzer(Client, AnalyzerName, QueryMap, HeadersMap, Options0)
View SourceRetrieves information about an archive rule.
To learn about filter keys that you can use to create an archive rule, see Access Analyzer filter keys in the IAM User Guide.get_archive_rule(Client, AnalyzerName, RuleName, QueryMap, HeadersMap)
View Sourceget_archive_rule(Client, AnalyzerName, RuleName, QueryMap, HeadersMap, Options0)
View Sourceget_finding(Client, Id, AnalyzerArn, QueryMap, HeadersMap, Options0)
View Sourcelist_archive_rules(Client, AnalyzerName, QueryMap, HeadersMap, Options0)
View SourceRetrieves a list of findings generated by the specified analyzer.
To learn about filter keys that you can use to create an archive rule, see Access Analyzer filter keys in the IAM User Guide.