StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs

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

constructor(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)

Properties

Link copied to clipboard
val collation: Output<String>? = null

Column collation.

Link copied to clipboard
val column: Output<String>? = null

Column name.

Link copied to clipboard
val dataType: Output<String>? = null

The MySQL data type. Full data types list can be found here: https://dev.mysql.com/doc/refman/8.0/en/data-types.html

Link copied to clipboard
val length: Output<Int>? = null

(Output) Column length.

Link copied to clipboard
val nullable: Output<Boolean>? = null

Whether or not the column can accept a null value.

Link copied to clipboard
val ordinalPosition: Output<Int>? = null

The ordinal position of the column in the table.

Link copied to clipboard
val primaryKey: Output<Boolean>? = null

Whether or not the column represents a primary key.

Functions

Link copied to clipboard
open override fun toJava(): StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs