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.
inspector_create_exclusions_preview(assessmentTemplateArn)
A list with the following syntax:
list(
previewToken = "string"
)
[required] The ARN that specifies the assessment template for which you want to create an exclusions preview.
svc$create_exclusions_preview(
assessmentTemplateArn = "string"
)