Class CfnDataProtectionSettings.CustomPatternProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.workspacesweb.CfnDataProtectionSettings.CustomPatternProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataProtectionSettings.CustomPatternProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataProtectionSettings.CustomPatternProperty
@Stability(Stable)
@Internal
public static final class CfnDataProtectionSettings.CustomPatternProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataProtectionSettings.CustomPatternProperty
An implementation for
CfnDataProtectionSettings.CustomPatternProperty-
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.workspacesweb.CfnDataProtectionSettings.CustomPatternProperty
CfnDataProtectionSettings.CustomPatternProperty.Builder, CfnDataProtectionSettings.CustomPatternProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataProtectionSettings.CustomPatternProperty.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 booleanfinal StringThe keyword regex for the customer pattern.final StringThe pattern description for the customer pattern.final StringThe pattern name for the custom pattern.final StringThe pattern regex for the customer pattern.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 theCfnDataProtectionSettings.CustomPatternProperty.Builder.
-
-
Method Details
-
getPatternName
Description copied from interface:CfnDataProtectionSettings.CustomPatternPropertyThe pattern name for the custom pattern.- Specified by:
getPatternNamein interfaceCfnDataProtectionSettings.CustomPatternProperty- See Also:
-
getPatternRegex
Description copied from interface:CfnDataProtectionSettings.CustomPatternPropertyThe pattern regex for the customer pattern.The format must follow JavaScript regex format. The pattern must be enclosed between slashes, and can have flags behind the second slash. For example: “/ab+c/gi”.
- Specified by:
getPatternRegexin interfaceCfnDataProtectionSettings.CustomPatternProperty- See Also:
-
getKeywordRegex
Description copied from interface:CfnDataProtectionSettings.CustomPatternPropertyThe keyword regex for the customer pattern.After there is a match to the pattern regex, the keyword regex is used to search within the proximity of the match. If there is a keyword match, then the match is confirmed. If no keyword regex is provided, the pattern regex match will automatically be confirmed. The format must follow JavaScript regex format. The pattern must be enclosed between slashes, and can have flags behind the second slash. For example, “/ab+c/gi”
- Specified by:
getKeywordRegexin interfaceCfnDataProtectionSettings.CustomPatternProperty- See Also:
-
getPatternDescription
Description copied from interface:CfnDataProtectionSettings.CustomPatternPropertyThe pattern description for the customer pattern.- Specified by:
getPatternDescriptionin interfaceCfnDataProtectionSettings.CustomPatternProperty- 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()
-