Base
Base class for Data Masking
Usage Documentation
CLASS | DESCRIPTION |
---|---|
DataMasking |
The DataMasking class orchestrates erasing, encrypting, and decrypting |
DataMasking ¶
DataMasking(
provider: BaseProvider | None = None,
raise_on_missing_field: bool = True,
)
The DataMasking class orchestrates erasing, encrypting, and decrypting for the base provider.
Example
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
Source code in aws_lambda_powertools/utilities/data_masking/base.py
53 54 55 56 57 58 59 60 61 62 |
|