macie2_update_sensitivity_inspection_template: Updates the settings for the sensitivity inspection template...

View source: R/macie2_operations.R

macie2_update_sensitivity_inspection_templateR Documentation

Updates the settings for the sensitivity inspection template for an account

Description

Updates the settings for the sensitivity inspection template for an account.

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

Usage

macie2_update_sensitivity_inspection_template(
  description = NULL,
  excludes = NULL,
  id,
  includes = NULL
)

Arguments

description

A custom description of the template. The description can contain as many as 200 characters.

excludes

The managed data identifiers to explicitly exclude (not use) when analyzing data.

To exclude an allow list or custom data identifier that's currently included by the template, update the values for the SensitivityInspectionTemplateIncludes.allowListIds and SensitivityInspectionTemplateIncludes.customDataIdentifierIds properties, respectively.

id

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

includes

The allow lists, custom data identifiers, and managed data identifiers to include (use) when analyzing data.


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