Class CfnDataProtectionSettings.InlineRedactionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataProtectionSettings.InlineRedactionConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataProtectionSettings.InlineRedactionConfigurationProperty
CfnDataProtectionSettings.InlineRedactionConfigurationProperty-
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.InlineRedactionConfigurationProperty
CfnDataProtectionSettings.InlineRedactionConfigurationProperty.Builder, CfnDataProtectionSettings.InlineRedactionConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataProtectionSettings.InlineRedactionConfigurationProperty.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 NumberThe global confidence level for the inline redaction configuration.The global enforced URL configuration for the inline redaction configuration.The global exempt URL configuration for the inline redaction configuration.final ObjectThe inline redaction patterns to be enabled for the inline redaction configuration.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
protected Jsii$Proxy(CfnDataProtectionSettings.InlineRedactionConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataProtectionSettings.InlineRedactionConfigurationProperty.Builder.
-
-
Method Details
-
getInlineRedactionPatterns
Description copied from interface:CfnDataProtectionSettings.InlineRedactionConfigurationPropertyThe inline redaction patterns to be enabled for the inline redaction configuration.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataProtectionSettings.InlineRedactionPatternProperty>- Specified by:
getInlineRedactionPatternsin interfaceCfnDataProtectionSettings.InlineRedactionConfigurationProperty- See Also:
-
getGlobalConfidenceLevel
Description copied from interface:CfnDataProtectionSettings.InlineRedactionConfigurationPropertyThe global confidence level for the inline redaction configuration.This indicates the certainty of data type matches in the redaction process. Confidence level 3 means high confidence, and requires a formatted text pattern match in order for content to be redacted. Confidence level 2 means medium confidence, and redaction considers both formatted and unformatted text, and adds keyword associate to the logic. Confidence level 1 means low confidence, and redaction is enforced for both formatted pattern + unformatted pattern without keyword. This is applied to patterns that do not have a pattern-level confidence level. Defaults to confidence level 2.
- Specified by:
getGlobalConfidenceLevelin interfaceCfnDataProtectionSettings.InlineRedactionConfigurationProperty- See Also:
-
getGlobalEnforcedUrls
Description copied from interface:CfnDataProtectionSettings.InlineRedactionConfigurationPropertyThe global enforced URL configuration for the inline redaction configuration.This is applied to patterns that do not have a pattern-level enforced URL list.
- Specified by:
getGlobalEnforcedUrlsin interfaceCfnDataProtectionSettings.InlineRedactionConfigurationProperty- See Also:
-
getGlobalExemptUrls
Description copied from interface:CfnDataProtectionSettings.InlineRedactionConfigurationPropertyThe global exempt URL configuration for the inline redaction configuration.This is applied to patterns that do not have a pattern-level exempt URL list.
- Specified by:
getGlobalExemptUrlsin interfaceCfnDataProtectionSettings.InlineRedactionConfigurationProperty- 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()
-