Mysql Table Args
data class MysqlTableArgs(val mysqlColumns: Output<List<MysqlColumnArgs>>? = null, val tableName: Output<String>? = null) : ConvertibleToJava<MysqlTableArgs>
MySQL table.
Constructors
Link copied to clipboard
fun MysqlTableArgs(mysqlColumns: Output<List<MysqlColumnArgs>>? = null, tableName: Output<String>? = null)