Online Store Config Properties Args
data class OnlineStoreConfigPropertiesArgs(val enableOnlineStore: Output<Boolean>? = null, val securityConfig: Output<FeatureGroupOnlineStoreSecurityConfigArgs>? = null, val storageType: Output<FeatureGroupStorageType>? = null, val ttlDuration: Output<FeatureGroupTtlDurationArgs>? = null) : ConvertibleToJava<OnlineStoreConfigPropertiesArgs>
The configuration of an OnlineStore
.
Constructors
Link copied to clipboard
constructor(enableOnlineStore: Output<Boolean>? = null, securityConfig: Output<FeatureGroupOnlineStoreSecurityConfigArgs>? = null, storageType: Output<FeatureGroupStorageType>? = null, ttlDuration: Output<FeatureGroupTtlDurationArgs>? = null)
Properties
Link copied to clipboard
Turn OnlineStore
off by specifying False
for the EnableOnlineStore
flag. Turn OnlineStore
on by specifying True
for the EnableOnlineStore
flag. The default value is False
.
Link copied to clipboard
Use to specify KMS Key ID ( KMSKeyId
) for at-rest encryption of your OnlineStore
.
Link copied to clipboard
Option for different tiers of low latency storage for real-time data retrieval.
Link copied to clipboard
Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt
= EventTime
+ TtlDuration
. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.