FeatureGroupOnlineStoreConfig constructor

const FeatureGroupOnlineStoreConfig({
  1. Input<bool?>? enableOnlineStore,
  2. Input<FeatureGroupOnlineStoreConfigSecurityConfig?>? securityConfig,
  3. Input<String?>? storageType,
  4. Input<FeatureGroupOnlineStoreConfigTtlDuration?>? ttlDuration,
})

Creates a new FeatureGroupOnlineStoreConfig. enableOnlineStore Set to true to disable the automatic creation of an AWS Glue table when configuring an OfflineStore. securityConfig Security config for at-rest encryption of your OnlineStore. See Security Config Below. storageType Option for different tiers of low latency storage for real-time data retrieval. Valid values are Standard, or InMemory. ttlDuration Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration.. See TTl Duration Below.

Implementation

const FeatureGroupOnlineStoreConfig({
  this.enableOnlineStore,
  this.securityConfig,
  this.storageType,
  this.ttlDuration,
});