Skip to content

Create Exclusions Preview

inspector_create_exclusions_preview R Documentation

Starts the generation of an exclusions preview for the specified assessment template

Description

Starts the generation of an exclusions preview for the specified assessment template. The exclusions preview lists the potential exclusions (ExclusionPreview) that Inspector can detect before it runs the assessment.

Usage

inspector_create_exclusions_preview(assessmentTemplateArn)

Arguments

assessmentTemplateArn

[required] The ARN that specifies the assessment template for which you want to create an exclusions preview.

Value

A list with the following syntax:

list(
  previewToken = "string"
)

Request syntax

svc$create_exclusions_preview(
  assessmentTemplateArn = "string"
)