toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.cleanrooms.kotlin.outputs
/
ConfiguredTableGlueTableReference
Configured
Table
Glue
Table
Reference
data
class
ConfiguredTableGlueTableReference
(
val
databaseName
:
String
,
val
tableName
:
String
)
Members
Constructors
Configured
Table
Glue
Table
Reference
Link copied to clipboard
constructor
(
databaseName
:
String
,
tableName
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
database
Name
Link copied to clipboard
val
databaseName
:
String
The name of the database the AWS Glue table belongs to.
table
Name
Link copied to clipboard
val
tableName
:
String
The name of the AWS Glue table.