ColumnArgs

data class ColumnArgs(val name: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<ColumnArgs>

Cosmos DB Cassandra table column

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, type: Output<String>? = null)

Properties

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

Name of the Cosmos DB Cassandra table column

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

Type of the Cosmos DB Cassandra table column

Functions

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