inspector_get_exclusions_preview: Retrieves the exclusions preview (a list of ExclusionPreview...

View source: R/inspector_operations.R

inspector_get_exclusions_previewR Documentation

Retrieves the exclusions preview (a list of ExclusionPreview objects) specified by the preview token

Description

Retrieves the exclusions preview (a list of ExclusionPreview objects) specified by the preview token. You can obtain the preview token by running the CreateExclusionsPreview API.

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

Usage

inspector_get_exclusions_preview(
  assessmentTemplateArn,
  previewToken,
  nextToken = NULL,
  maxResults = NULL,
  locale = NULL
)

Arguments

assessmentTemplateArn

[required] The ARN that specifies the assessment template for which the exclusions preview was requested.

previewToken

[required] The unique identifier associated of the exclusions preview.

nextToken

You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the GetExclusionsPreviewRequest action. Subsequent calls to the action fill nextToken in the request with the value of nextToken from the previous response to continue listing data.

maxResults

You can use this parameter to indicate the maximum number of items you want in the response. The default value is 100. The maximum value is 500.

locale

The locale into which you want to translate the exclusion's title, description, and recommendation.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.