FeatureGroupDataCatalogConfigArgs

data class FeatureGroupDataCatalogConfigArgs(val catalog: Output<String>, val database: Output<String>, val tableName: Output<String>) : ConvertibleToJava<FeatureGroupDataCatalogConfigArgs>

Constructors

Link copied to clipboard
constructor(catalog: Output<String>, database: Output<String>, tableName: Output<String>)

Properties

Link copied to clipboard
val catalog: Output<String>

The name of the Glue table catalog.

Link copied to clipboard
val database: Output<String>

The name of the Glue table database.

Link copied to clipboard
val tableName: Output<String>

The name of the Glue table.

Functions

Link copied to clipboard
open override fun toJava(): FeatureGroupDataCatalogConfigArgs