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:
Boolean
SecurityConfig:OnlineStoreSecurityConfig
Properties
EnableOnlineStore
-
Turn
OnlineStore
off by specifyingFalse
for theEnableOnlineStore
flag. TurnOnlineStore
on by specifyingTrue
for theEnableOnlineStore
flag.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