diff --git a/src/sagemaker/feature_store/feature_group.py b/src/sagemaker/feature_store/feature_group.py index 02e683efd3..77678f4eca 100644 --- a/src/sagemaker/feature_store/feature_group.py +++ b/src/sagemaker/feature_store/feature_group.py @@ -457,6 +457,13 @@ def create( online_store_kms_key_id (str): KMS key id for online store. enable_online_store (bool): whether to enable online store or not. offline_store_kms_key_id (str): KMS key id for offline store. + If a KMS encryption key is not specified, SageMaker encrypts all data at + rest using the default AWS KMS key. By defining your bucket-level key for + SSE, you can reduce the cost of AWS KMS requests. + For more information, see + `Bucket Key + `_ + in the Amazon S3 User Guide. disable_glue_table_creation (bool): whether to turn off Glue table creation no not. data_catalog_config (DataCatalogConfig): configuration for Metadata store. description (str): description of the FeatureGroup.