definedColumns

@JvmName(name = "pxkrgijjgsrhjsuy")
suspend fun definedColumns(value: Output<List<TableDefinedColumnArgs>>)
@JvmName(name = "cdlsyxkjjmdbyocm")
suspend fun definedColumns(value: List<TableDefinedColumnArgs>?)

Parameters

value

The property of TableMeta which indicates the structure information of a table. It describes the attribute value of defined column. The number of defined_column should not be more than 32. See defined_column below.


@JvmName(name = "npdssiwfjgcwxxlt")
suspend fun definedColumns(vararg values: Output<TableDefinedColumnArgs>)


@JvmName(name = "auufeuaebjisqdov")
suspend fun definedColumns(values: List<Output<TableDefinedColumnArgs>>)
@JvmName(name = "ydgdxvbtwpdekycs")
suspend fun definedColumns(vararg values: TableDefinedColumnArgs)

Parameters

values

The property of TableMeta which indicates the structure information of a table. It describes the attribute value of defined column. The number of defined_column should not be more than 32. See defined_column below.


@JvmName(name = "bojdvvqbgiaksaav")
suspend fun definedColumns(argument: List<suspend TableDefinedColumnArgsBuilder.() -> Unit>)
@JvmName(name = "yooeoaovsayfkqoo")
suspend fun definedColumns(vararg argument: suspend TableDefinedColumnArgsBuilder.() -> Unit)
@JvmName(name = "wigtnbkyllgjfeoj")
suspend fun definedColumns(argument: suspend TableDefinedColumnArgsBuilder.() -> Unit)

Parameters

argument

The property of TableMeta which indicates the structure information of a table. It describes the attribute value of defined column. The number of defined_column should not be more than 32. See defined_column below.