| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
OnlineStoreSecurityConfig |
OnlineStoreSecurityConfig.clone() |
OnlineStoreSecurityConfig |
OnlineStoreConfig.getSecurityConfig()
Use to specify KMS Key ID (
KMSKeyId) for at-rest encryption of your OnlineStore. |
OnlineStoreSecurityConfig |
OnlineStoreSecurityConfig.withKmsKeyId(String kmsKeyId)
The Amazon Web Services Key Management Service (KMS) key ARN that SageMaker Feature Store uses to encrypt the
Amazon S3 objects at rest using Amazon S3 server-side encryption.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OnlineStoreConfig.setSecurityConfig(OnlineStoreSecurityConfig securityConfig)
Use to specify KMS Key ID (
KMSKeyId) for at-rest encryption of your OnlineStore. |
OnlineStoreConfig |
OnlineStoreConfig.withSecurityConfig(OnlineStoreSecurityConfig securityConfig)
Use to specify KMS Key ID (
KMSKeyId) for at-rest encryption of your OnlineStore. |
Copyright © 2025. All rights reserved.