AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Each custom pattern you create specifies a regular expression and an optional list of context words. If no context words are passed only a regular expression is checked.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Glue.AmazonGlueRequest
      Amazon.Glue.Model.CreateCustomEntityTypeRequest

Namespace: Amazon.Glue.Model
Assembly: AWSSDK.Glue.dll
Version: 3.x.y.z

Syntax

C#
public class CreateCustomEntityTypeRequest : AmazonGlueRequest
         IAmazonWebServiceRequest

The CreateCustomEntityTypeRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContextWords System.Collections.Generic.List<System.String>

Gets and sets the property 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.

Public Property Name System.String

Gets and sets the property Name.

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.

Public Property RegexString System.String

Gets and sets the property RegexString.

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

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

A list of tags applied to the custom entity type.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5