glue_create_custom_entity_type: Creates a custom pattern that is used to detect sensitive...

View source: R/glue_operations.R

glue_create_custom_entity_typeR Documentation

Creates a custom pattern that is used to detect sensitive data across the columns and rows of your structured data

Description

Creates a custom pattern that is used to detect sensitive data across the columns and rows of your structured data.

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

Usage

glue_create_custom_entity_type(
  Name,
  RegexString,
  ContextWords = NULL,
  Tags = NULL
)

Arguments

Name

[required] A name for the custom pattern that allows it to be retrieved or deleted later. This name must be unique per Amazon Web Services account.

RegexString

[required] A regular expression string that is used for detecting sensitive data in a custom pattern.

ContextWords

A list of context words. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.

If no context words are passed only a regular expression is checked.

Tags

A list of tags applied to the custom entity type.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.