toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.sagemaker.kotlin.outputs
/
FeatureGroupDataCatalogConfig
Feature
Group
Data
Catalog
Config
data
class
FeatureGroupDataCatalogConfig
(
val
catalog
:
String
,
val
database
:
String
,
val
tableName
:
String
)
Members
Constructors
Feature
Group
Data
Catalog
Config
Link copied to clipboard
constructor
(
catalog
:
String
,
database
:
String
,
tableName
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
catalog
Link copied to clipboard
val
catalog
:
String
The name of the Glue table catalog.
database
Link copied to clipboard
val
database
:
String
The name of the Glue table database.
table
Name
Link copied to clipboard
val
tableName
:
String
The name of the Glue table.