Learn R Programming

paws.security.identity (version 0.7.0)

accessanalyzer_get_finding_recommendation: Retrieves information about a finding recommendation for the specified analyzer

Description

Retrieves information about a finding recommendation for the specified analyzer.

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

Usage

accessanalyzer_get_finding_recommendation(
  analyzerArn,
  id,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

analyzerArn

[required] The ARN of the analyzer used to generate the finding recommendation.

id

[required] The unique ID for the finding recommendation.

maxResults

The maximum number of results to return in the response.

nextToken

A token used for pagination of results returned.