Learn R Programming

paws.security.identity (version 0.7.0)

macie2_update_sensitivity_inspection_template: 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 performing automated sensitive data discovery.

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 explicitly include (use) when performing automated sensitive data discovery.