Class CfnDataAutomationProject.SensitiveDataConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataAutomationProject.SensitiveDataConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataAutomationProject.SensitiveDataConfigurationProperty
CfnDataAutomationProject.SensitiveDataConfigurationProperty-
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.bedrock.CfnDataAutomationProject.SensitiveDataConfigurationProperty
CfnDataAutomationProject.SensitiveDataConfigurationProperty.Builder, CfnDataAutomationProject.SensitiveDataConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataAutomationProject.SensitiveDataConfigurationProperty.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 StringSpecifies the mode for handling sensitive data detection.Defines which BDA output types to apply sensitive data detection to.final ObjectConfiguration for detecting and redacting Personally Identifiable Information (PII) entities.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 theCfnDataAutomationProject.SensitiveDataConfigurationProperty.Builder.
-
-
Method Details
-
getDetectionMode
Description copied from interface:CfnDataAutomationProject.SensitiveDataConfigurationPropertySpecifies the mode for handling sensitive data detection.Set to DETECTION to only identify sensitive data without modifying content - this produces one output file per detection scope containing detection information with original unredacted content. Set to DETECTION_AND_REDACTION to both identify and mask sensitive data - this produces two output files per detection scope: one unredacted file with detection information and one redacted file with masking applied to sensitive content. For example, if detectionScope includes both STANDARD and CUSTOM with DETECTION_AND_REDACTION mode, four output files will be generated (two for standard output and two for custom output).
- Specified by:
getDetectionModein interfaceCfnDataAutomationProject.SensitiveDataConfigurationProperty- See Also:
-
getDetectionScope
Description copied from interface:CfnDataAutomationProject.SensitiveDataConfigurationPropertyDefines which BDA output types to apply sensitive data detection to.Specify STANDARD to detect sensitive data in standard output, CUSTOM to detect in custom output (blueprint-based extraction), or both to apply detection to both output types. If not specified, defaults to both STANDARD and CUSTOM. The number of output files generated depends on both the detection mode and the scopes selected - each scope specified will produce its own set of output files according to the detection mode configured.
- Specified by:
getDetectionScopein interfaceCfnDataAutomationProject.SensitiveDataConfigurationProperty- See Also:
-
getPiiEntitiesConfiguration
Description copied from interface:CfnDataAutomationProject.SensitiveDataConfigurationPropertyConfiguration for detecting and redacting Personally Identifiable Information (PII) entities.Returns union: either
IResolvableorCfnDataAutomationProject.PIIEntitiesConfigurationProperty- Specified by:
getPiiEntitiesConfigurationin interfaceCfnDataAutomationProject.SensitiveDataConfigurationProperty- 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()
-