TableColumnFamilyArgs

data class TableColumnFamilyArgs(val family: Output<String>) : ConvertibleToJava<TableColumnFamilyArgs>

Constructors

Link copied to clipboard
constructor(family: Output<String>)

Properties

Link copied to clipboard
val family: Output<String>

The name of the column family.

Functions

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