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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.workspacesweb.CfnDataProtectionSettings.CustomPatternPropertyCfnDataProtectionSettings.CustomPatternProperty.Builder, CfnDataProtectionSettings.CustomPatternProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor 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 SummaryModifier 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.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnDataProtectionSettings.CustomPatternProperty.Builder.
 
- 
- 
Method Details- 
getPatternNameDescription copied from interface:CfnDataProtectionSettings.CustomPatternPropertyThe pattern name for the custom pattern.- Specified by:
- getPatternNamein interface- CfnDataProtectionSettings.CustomPatternProperty
- See Also:
 
- 
getPatternRegexDescription 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 interface- CfnDataProtectionSettings.CustomPatternProperty
- See Also:
 
- 
getKeywordRegexDescription 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 interface- CfnDataProtectionSettings.CustomPatternProperty
- See Also:
 
- 
getPatternDescriptionDescription copied from interface:CfnDataProtectionSettings.CustomPatternPropertyThe pattern description for the customer pattern.- Specified by:
- getPatternDescriptionin interface- CfnDataProtectionSettings.CustomPatternProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-