Access Analyzer

2020/10/15 - Access Analyzer - 1 new api methods

Changes  Update accessanalyzer client to latest version

ApplyArchiveRule (new) Link ΒΆ

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'
)
type analyzerArn

string

param analyzerArn

[REQUIRED]

The Amazon resource name (ARN) of the analyzer.

type clientToken

string

param clientToken

A client token.

This field is autopopulated if not provided.

type ruleName

string

param ruleName

[REQUIRED]

The name of the rule to apply.

returns

None