TableColumnArgs

data class TableColumnArgs(val columnName: Output<String>, val columnType: Output<String>) : ConvertibleToJava<TableColumnArgs>

Constructors

Link copied to clipboard
constructor(columnName: Output<String>, columnType: Output<String>)

Properties

Link copied to clipboard
val columnName: Output<String>

The name of the column. For more information, see Identifiers in the Amazon Keyspaces Developer Guide .

Link copied to clipboard
val columnType: Output<String>

The data type of the column. For more information, see Data types in the Amazon Keyspaces Developer Guide .

Functions

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