You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Macie2::Types::CreateCustomDataIdentifierRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::CreateCustomDataIdentifierRequest
- Defined in:
- (unknown)
Overview
When passing CreateCustomDataIdentifierRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
client_token: "__string",
description: "__string",
ignore_words: ["__string"],
keywords: ["__string"],
maximum_match_distance: 1,
name: "__string",
regex: "__string",
tags: {
"__string" => "__string",
},
}
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.
Instance Attribute Summary collapse
-
#client_token ⇒ String
-
#description ⇒ String
-
#ignore_words ⇒ Array<String>
-
#keywords ⇒ Array<String>
-
#maximum_match_distance ⇒ Integer
-
#name ⇒ String
-
#regex ⇒ String
-
#tags ⇒ Hash<String,String>
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.
.
Instance Attribute Details
#client_token ⇒ String
#description ⇒ String
#ignore_words ⇒ Array<String>
#keywords ⇒ Array<String>
#maximum_match_distance ⇒ Integer
#name ⇒ String
#regex ⇒ String
#tags ⇒ Hash<String,String>
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.