FeatureGroupOfflineStoreConfigDataCatalogConfig constructor
const
FeatureGroupOfflineStoreConfigDataCatalogConfig({})
Creates a new FeatureGroupOfflineStoreConfigDataCatalogConfig.
catalog The name of the Glue table catalog.
database The name of the Glue table database.
tableName The name of the Glue table.
Implementation
const FeatureGroupOfflineStoreConfigDataCatalogConfig({
this.catalog,
this.database,
this.tableName,
});