Skip to content

Commit f19651d

Browse files
Addressing GH hidden conversations
1 parent 09f89ea commit f19651d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/utilities/data_masking.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,15 +424,17 @@ You can modify the following values when initializing the `AWSEncryptionSDKProvi
424424
| **max_messages_encrypted** | `4294967296` | The maximum number of messages that may be encrypted under a cache entry |
425425
| **max_bytes_encrypted** | `9223372036854775807` | The maximum number of bytes that may be encrypted under a cache entry |
426426

427-
If required, you have the option to customize the default values when initializing the `AWSEncryptionSDKProvider` class.
427+
If required, you can customize the default values when initializing the `AWSEncryptionSDKProvider` class.
428428

429429
```python hl_lines="14-19" title="aws_encryption_provider_example.py"
430430
--8<-- "examples/data_masking/src/aws_encryption_provider_example.py"
431431
```
432432

433-
**Passing additional SDK arguments**
433+
##### Passing additional SDK arguments
434434

435-
You can pass additional arguments to the `AWSEncryptionSDKProvider` via the `provider_options` parameter. To learn more about the different arguments you can give to the SDK, see the [EncryptionSDKClient's documentation](https://aws-encryption-sdk-python.readthedocs.io/en/latest/generated/aws_encryption_sdk.html#aws_encryption_sdk.EncryptionSDKClient.encrypt){target="_blank"}.
435+
!!! note "See the [AWS Encryption SDK docs for more details](https://aws-encryption-sdk-python.readthedocs.io/en/latest/generated/aws_encryption_sdk.html#aws_encryption_sdk.EncryptionSDKClient.encrypt){target="_blank"}"
436+
437+
As an escape hatch mechanism, you can pass additional arguments to the `AWSEncryptionSDKProvider` via the `provider_options` parameter.
436438

437439
For example, the AWS Encryption SDK defaults to using the `AES_256_GCM_HKDF_SHA512_COMMIT_KEY_ECDSA_P384` algorithm for encrypting your Data Key. If you want, you have the flexibility to customize and choose a different encryption algorithm.
438440

0 commit comments

Comments
 (0)