@Stability(value=Stable) @Internal public static final class CfnCustomDataIdentifierProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCustomDataIdentifierProps
CfnCustomDataIdentifierPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnCustomDataIdentifierProps.Builder, CfnCustomDataIdentifierProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCustomDataIdentifierProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCustomDataIdentifierProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDescription()
The description of the custom data identifier.
|
List<String> |
getIgnoreWords()
An array that lists specific character sequences (ignore words) to exclude from the results.
|
List<String> |
getKeywords()
An array that lists specific character sequences (keywords), one of which must be within proximity ( `MaximumMatchDistance` ) of the regular expression to match.
|
Number |
getMaximumMatchDistance()
The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the `Keywords` array.
|
String |
getName()
A custom name for the custom data identifier.
|
String |
getRegex()
The regular expression ( *regex* ) that defines the pattern to match.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnCustomDataIdentifierProps.Builder builder)
CfnCustomDataIdentifierProps.Builder.public final String getName()
CfnCustomDataIdentifierPropsWe strongly recommend that you avoid including any sensitive data in the name of a custom data identifier. Other users of your account might be able to see the identifier's name, depending on the actions that they're allowed to perform in Amazon Macie .
getName in interface CfnCustomDataIdentifierPropspublic final String getRegex()
CfnCustomDataIdentifierPropsThe expression can contain as many as 512 characters.
getRegex in interface CfnCustomDataIdentifierPropspublic final String getDescription()
CfnCustomDataIdentifierPropsThe description can contain as many as 512 characters.
getDescription in interface CfnCustomDataIdentifierPropspublic final List<String> getIgnoreWords()
CfnCustomDataIdentifierPropsIf the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4-90 characters. Ignore words are case sensitive.
getIgnoreWords in interface CfnCustomDataIdentifierPropspublic final List<String> getKeywords()
CfnCustomDataIdentifierPropsThe array can contain as many as 50 keywords. Each keyword can contain 3-90 characters. Keywords aren't case sensitive.
getKeywords in interface CfnCustomDataIdentifierPropspublic final Number getMaximumMatchDistance()
CfnCustomDataIdentifierPropsAmazon Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern. The distance can be 1-300 characters. The default value is 50.
getMaximumMatchDistance in interface CfnCustomDataIdentifierProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.