accessanalyzer_list_analyzed_resources: Retrieves a list of resources of the specified type that have...

View source: R/accessanalyzer_operations.R

accessanalyzer_list_analyzed_resourcesR Documentation

Retrieves a list of resources of the specified type that have been analyzed by the specified external access analyzer

Description

Retrieves a list of resources of the specified type that have been analyzed by the specified external access analyzer. This action is not supported for unused access analyzers.

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

Usage

accessanalyzer_list_analyzed_resources(
  analyzerArn,
  resourceType = NULL,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

analyzerArn

[required] The ARN of the analyzer to retrieve a list of analyzed resources from.

resourceType

The type of resource.

nextToken

A token used for pagination of results returned.

maxResults

The maximum number of results to return in the response.


paws.security.identity documentation built on May 29, 2024, 10:51 a.m.