FeatureGroupOfflineStoreConfigDataCatalogConfig constructor

const FeatureGroupOfflineStoreConfigDataCatalogConfig({
  1. Input<String?>? catalog,
  2. Input<String?>? database,
  3. Input<String?>? tableName,
})

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,
});