Stream Source Config Mysql Source Config Exclude Objects Mysql Database Mysql Table Mysql Column Args
data class StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs(val collation: Output<String>? = null, val column: Output<String>? = null, val dataType: Output<String>? = null, val length: Output<Int>? = null, val nullable: Output<Boolean>? = null, val ordinalPosition: Output<Int>? = null, val primaryKey: Output<Boolean>? = null) : ConvertibleToJava<StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs>
Constructors
Link copied to clipboard
fun StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs(collation: Output<String>? = null, column: Output<String>? = null, dataType: Output<String>? = null, length: Output<Int>? = null, nullable: Output<Boolean>? = null, ordinalPosition: Output<Int>? = null, primaryKey: Output<Boolean>? = null)