toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.datastream.v1alpha1.kotlin.outputs
/
MysqlDatabaseResponse
Mysql
Database
Response
data
class
MysqlDatabaseResponse
(
val
databaseName
:
String
,
val
mysqlTables
:
List
<
MysqlTableResponse
>
)
MySQL database.
Members
Constructors
Mysql
Database
Response
Link copied to clipboard
constructor
(
databaseName
:
String
,
mysqlTables
:
List
<
MysqlTableResponse
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
database
Name
Link copied to clipboard
val
databaseName
:
String
Database name.
mysql
Tables
Link copied to clipboard
val
mysqlTables
:
List
<
MysqlTableResponse
>
Tables in the database.