RedactionLambda.Builder |
RedactionLambda.Builder.confidenceThreshold(String confidenceThreshold) |
The minimum prediction confidence score above which PII classification and detection would be considered as final answer.
|
RedactionLambda.Builder |
RedactionLambda.Builder.containsPiiEntitiesThreadCount(String containsPiiEntitiesThreadCount) |
Number of threads to use for calling Comprehend's ContainsPiiEntities API.
|
static RedactionLambda.Builder |
RedactionLambda.Builder.create(software.constructs.Construct scope,
String id) |
|
RedactionLambda.Builder |
RedactionLambda.Builder.defaultLanguageCode(String defaultLanguageCode) |
Default language of the text to be processed.
|
RedactionLambda.Builder |
RedactionLambda.Builder.detectPiiEntitiesThreadCount(String detectPiiEntitiesThreadCount) |
Number of threads to use for calling Comprehend's DetectPiiEntities API.
|
RedactionLambda.Builder |
RedactionLambda.Builder.documentMaxSize(String documentMaxSize) |
Default maximum document size (in bytes) that this function can process otherwise will throw exception for too large document size.
|
RedactionLambda.Builder |
RedactionLambda.Builder.documentMaxSizeContainsPiiEntities(String documentMaxSizeContainsPiiEntities) |
Maximum document size (in bytes) to be used for making calls to Comprehend's ContainsPiiEntities API.
|
RedactionLambda.Builder |
RedactionLambda.Builder.documentMaxSizeDetectPiiEntities(String documentMaxSizeDetectPiiEntities) |
Maximum document size (in bytes) to be used for making calls to Comprehend's DetectPiiEntities API.
|
RedactionLambda.Builder |
RedactionLambda.Builder.isPartialObjectSupported(String isPartialObjectSupported) |
Whether to support partial objects or not.
|
RedactionLambda.Builder |
RedactionLambda.Builder.logLevel(String logLevel) |
Log level for Lambda function logging, e.g., ERROR, INFO, DEBUG, etc.
|
RedactionLambda.Builder |
RedactionLambda.Builder.maskCharacter(String maskCharacter) |
A character that replaces each character in the redacted PII entity.
|
RedactionLambda.Builder |
RedactionLambda.Builder.maskMode(String maskMode) |
Specifies whether the PII entity is redacted with the mask character or the entity type.
|
RedactionLambda.Builder |
RedactionLambda.Builder.maxCharsOverlap(String maxCharsOverlap) |
Maximum characters to overlap among segments of a document in case chunking is needed because of maximum document size limit.
|
RedactionLambda.Builder |
RedactionLambda.Builder.piiEntityTypes(String piiEntityTypes) |
List of comma separated PII entity types to be considered for redaction.
|
RedactionLambda.Builder |
RedactionLambda.Builder.publishCloudWatchMetrics(String publishCloudWatchMetrics) |
True if publish metrics to Cloudwatch, false otherwise.
|
RedactionLambda.Builder |
RedactionLambda.Builder.semanticVersion(String semanticVersion) |
The version of the serverless application.
|
RedactionLambda.Builder |
RedactionLambda.Builder.subsegmentOverlappingTokens(String subsegmentOverlappingTokens) |
Number of tokens/words to overlap among segments of a document in case chunking is needed because of maximum document size limit.
|
RedactionLambda.Builder |
RedactionLambda.Builder.unsupportedFileHandling(String unsupportedFileHandling) |
Handling logic for Unsupported files.
|