TableColumnFamilyArgs

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

Constructors

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

Properties

Link copied to clipboard
val family: Output<String>

The name of the column family.

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

The type of the column family.

Functions

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