View source: R/accessanalyzer_operations.R
accessanalyzer_get_finding_recommendation | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.