Table Column Args
data class TableColumnArgs(val columnName: Output<String>, val columnType: Output<String>) : ConvertibleToJava<TableColumnArgs>
Properties
Link copied to clipboard
The name of the column. For more information, see Identifiers in the Amazon Keyspaces Developer Guide .
Link copied to clipboard
The data type of the column. For more information, see Data types in the Amazon Keyspaces Developer Guide .