class Aws::Macie2::Types::CreateCustomDataIdentifierRequest

Specifies the criteria and other settings for a new custom data identifier. You can't change a custom data identifier after you create it. This helps ensure that you have an immutable history of sensitive data findings and discovery results for data privacy and protection audits or investigations.

@note When making an API call, you may pass CreateCustomDataIdentifierRequest

data as a hash:

    {
      client_token: "__string",
      description: "__string",
      ignore_words: ["__string"],
      keywords: ["__string"],
      maximum_match_distance: 1,
      name: "__string",
      regex: "__string",
      tags: {
        "__string" => "__string",
      },
    }

@!attribute [rw] client_token

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] description

@return [String]

@!attribute [rw] ignore_words

@return [Array<String>]

@!attribute [rw] keywords

@return [Array<String>]

@!attribute [rw] maximum_match_distance

@return [Integer]

@!attribute [rw] name

@return [String]

@!attribute [rw] regex

@return [String]

@!attribute [rw] tags

A string-to-string map of key-value pairs that specifies the tags
(keys and values) for a classification job, custom data identifier,
findings filter, or member account.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateCustomDataIdentifierRequest AWS API Documentation

Constants

SENSITIVE