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.
accessanalyzer_get_finding_recommendation(
analyzerArn,
id,
maxResults = NULL,
nextToken = NULL
)
[required] The ARN of the analyzer used to generate the finding recommendation.
[required] The unique ID for the finding recommendation.
The maximum number of results to return in the response.
A token used for pagination of results returned.