accessanalyzer_list_archive_rules {paws.security.identity}R Documentation

Retrieves a list of archive rules created for the specified analyzer

Description

Retrieves a list of archive rules created for the specified analyzer.

See https://www.paws-r-sdk.com/docs/accessanalyzer_list_archive_rules/ for full documentation.

Usage

accessanalyzer_list_archive_rules(
  analyzerName,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

analyzerName

[required] The name of the analyzer to retrieve rules from.

nextToken

A token used for pagination of results returned.

maxResults

The maximum number of results to return in the request.


[Package paws.security.identity version 0.6.1 Index]