FeatureGroupOnlineStoreConfig

data class FeatureGroupOnlineStoreConfig(val enableOnlineStore: Boolean? = null, val securityConfig: FeatureGroupOnlineStoreConfigSecurityConfig? = null)

Constructors

Link copied to clipboard
constructor(enableOnlineStore: Boolean? = null, securityConfig: FeatureGroupOnlineStoreConfigSecurityConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set to true to disable the automatic creation of an AWS Glue table when configuring an OfflineStore.

Link copied to clipboard

Security config for at-rest encryption of your OnlineStore. See Security Config Below.