toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.cleanrooms.kotlin.outputs
/
ConfiguredTableAthenaTableReference
Configured
Table
Athena
Table
Reference
data
class
ConfiguredTableAthenaTableReference
(
val
databaseName
:
String
,
val
outputLocation
:
String
?
=
null
,
val
tableName
:
String
,
val
workGroup
:
String
)
Members
Constructors
Configured
Table
Athena
Table
Reference
Link copied to clipboard
constructor
(
databaseName
:
String
,
outputLocation
:
String
?
=
null
,
tableName
:
String
,
workGroup
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
database
Name
Link copied to clipboard
val
databaseName
:
String
output
Location
Link copied to clipboard
val
outputLocation
:
String
?
=
null
table
Name
Link copied to clipboard
val
tableName
:
String
work
Group
Link copied to clipboard
val
workGroup
:
String