| 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 ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) key 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 © 2022. All rights reserved.