@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()
A custom description of the custom data identifier.
|
List<String> |
getIgnoreWords()
An array of character sequences ( *ignore words* ) to exclude from the results.
|
List<String> |
getKeywords()
An array of character sequences ( *keywords* ), one of which must precede and be in proximity ( `MaximumMatchDistance` ) of the regular expression ( `Regex` ) to match.
|
Number |
getMaximumMatchDistance()
The maximum number of characters that can exist between the end of at least one complete character sequence specified by the `Keywords` array and the end of text that matches the regular expression ( `Regex` ).
|
String |
getName()
A custom name for the custom data identifier.
|
String |
getRegex()
The regular expression ( *regex* ) that defines the text 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()
CfnCustomDataIdentifierPropsAvoid including sensitive data in the name of a custom data identifier. Users of the account might be able to see the 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 1-512 characters.
getRegex in interface CfnCustomDataIdentifierPropspublic final String getDescription()
CfnCustomDataIdentifierPropsAvoid including sensitive data in the description. Users of the account might be able to see the description, depending on the actions that they're allowed to perform in Amazon Macie .
getDescription in interface CfnCustomDataIdentifierPropspublic final List<String> getIgnoreWords()
CfnCustomDataIdentifierProps
If text matches the regular expression ( Regex ) but it contains a string in this array, Amazon Macie ignores the text and doesn't include it in the results.
The array can contain 1-10 ignore words. Each ignore word can contain 4-90 UTF-8 characters. Ignore words are case sensitive.
getIgnoreWords in interface CfnCustomDataIdentifierPropspublic final List<String> getKeywords()
CfnCustomDataIdentifierPropsThe array can contain 1-50 keywords. Each keyword can contain 3-90 UTF-8 characters. Keywords aren't case sensitive.
getKeywords in interface CfnCustomDataIdentifierPropspublic final Number getMaximumMatchDistance()
CfnCustomDataIdentifierPropsIf a complete keyword precedes all the text that matches the regular expression and the keyword is within the specified distance, Amazon Macie includes the result.
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.