Class CfnCustomEntityTypeProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnCustomEntityTypeProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCustomEntityTypeProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCustomEntityTypeProps
@Stability(Stable)
@Internal
public static final class CfnCustomEntityTypeProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCustomEntityTypeProps
An implementation for
CfnCustomEntityTypeProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.CfnCustomEntityTypeProps
CfnCustomEntityTypeProps.Builder, CfnCustomEntityTypeProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCustomEntityTypeProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanA list of context words.final StringgetName()A name for the custom pattern that allows it to be retrieved or deleted later.final StringA regular expression string that is used for detecting sensitive data in a custom pattern.final ObjectgetTags()AWS tags that contain a key value pair and may be searched by console, command line, or API.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCustomEntityTypeProps.Builder.
-
-
Method Details
-
getContextWords
Description copied from interface:CfnCustomEntityTypePropsA 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.
- Specified by:
getContextWordsin interfaceCfnCustomEntityTypeProps- See Also:
-
getName
Description copied from interface:CfnCustomEntityTypePropsA name for the custom pattern that allows it to be retrieved or deleted later.This name must be unique per AWS account.
- Specified by:
getNamein interfaceCfnCustomEntityTypeProps- See Also:
-
getRegexString
Description copied from interface:CfnCustomEntityTypePropsA regular expression string that is used for detecting sensitive data in a custom pattern.- Specified by:
getRegexStringin interfaceCfnCustomEntityTypeProps- See Also:
-
getTags
Description copied from interface:CfnCustomEntityTypePropsAWS tags that contain a key value pair and may be searched by console, command line, or API.- Specified by:
getTagsin interfaceCfnCustomEntityTypeProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-