2020/10/15 - Access Analyzer - 1 new api methods
Changes This release adds support for the ApplyArchiveRule api in IAM Access Analyzer. The ApplyArchiveRule api allows users to apply an archive rule retroactively to existing findings in an analyzer.
Retroactively applies the archive rule to existing findings that meet the archive rule criteria.
See also: AWS API Documentation
Request Syntax
client.apply_archive_rule( analyzerArn='string', clientToken='string', ruleName='string' )
string
[REQUIRED]
The Amazon resource name (ARN) of the analyzer.
string
A client token.
This field is autopopulated if not provided.
string
[REQUIRED]
The name of the rule to apply.
None