We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc52505 commit 6267185Copy full SHA for 6267185
src/sagemaker/feature_store/feature_group.py
@@ -457,8 +457,8 @@ def create(
457
online_store_kms_key_id (str): KMS key id for online store.
458
enable_online_store (bool): whether to enable online store or not.
459
offline_store_kms_key_id (str): KMS key id for offline store.
460
- If KMS encryption key is not specified, by default we encrypt all data at
461
- rest using AWS KMS key. By defining your bucket-level key for SSE, you can
+ If KMS encryption key is not specified, by default we encrypt all data at
+ rest using AWS KMS key. By defining your bucket-level key for SSE, you can
462
reduce AWS KMS requests costs by up to 99 percent.
463
For more information, see the S3 documentation for
464
`Bucket Key
0 commit comments