AWS::SageMaker::FeatureGroup OnlineStoreConfig
Use this to specify the Amazon Key Management Service (KMS) Key ID, or
KMSKeyId, for at rest data encryption. You can turn
OnlineStore on or off by specifying the EnableOnlineStore flag
at General Assembly.
The default value is False.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "EnableOnlineStore" :Boolean, "SecurityConfig" :OnlineStoreSecurityConfig}
YAML
EnableOnlineStore:BooleanSecurityConfig:OnlineStoreSecurityConfig
Properties
EnableOnlineStore-
Turn
OnlineStoreoff by specifyingFalsefor theEnableOnlineStoreflag. TurnOnlineStoreon by specifyingTruefor theEnableOnlineStoreflag.The default value is
False.Required: No
Type: Boolean
Update requires: Replacement
SecurityConfig-
Use to specify KMS Key ID (
KMSKeyId) for at-rest encryption of yourOnlineStore.Required: No
Type: OnlineStoreSecurityConfig
Update requires: Replacement