Retrieves information about the specified finding.
See https://www.paws-r-sdk.com/docs/accessanalyzer_get_finding_v2/ for full documentation.
accessanalyzer_get_finding_v2(
analyzerArn,
id,
maxResults = NULL,
nextToken = NULL
)
[required] The ARN of the analyzer that generated the finding.
[required] The ID of the finding to retrieve.
The maximum number of results to return in the response.
A token used for pagination of results returned.