macie2_delete_allow_list: Deletes an allow list

View source: R/macie2_operations.R

macie2_delete_allow_listR Documentation

Deletes an allow list

Description

Deletes an allow list.

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

Usage

macie2_delete_allow_list(id, ignoreJobChecks = NULL)

Arguments

id

[required] The unique identifier for the Amazon Macie resource that the request applies to.

ignoreJobChecks

Specifies whether to force deletion of the allow list, even if active classification jobs are configured to use the list.

When you try to delete an allow list, Amazon Macie checks for classification jobs that use the list and have a status other than COMPLETE or CANCELLED. By default, Macie rejects your request if any jobs meet these criteria. To skip these checks and delete the list, set this value to true. To delete the list only if no active jobs are configured to use it, set this value to false.


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