definedColumns

@JvmName(name = "qewqpwjjcwrgieyi")
suspend fun definedColumns(value: Output<List<TableDefinedColumnArgs>>)
@JvmName(name = "qvqhyqkqqxslnddg")
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 = "tpeviulvxxcodydf")
suspend fun definedColumns(vararg values: Output<TableDefinedColumnArgs>)


@JvmName(name = "giibabdqfwmtxpqq")
suspend fun definedColumns(values: List<Output<TableDefinedColumnArgs>>)
@JvmName(name = "wmeloaxuneidksov")
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 = "tgidntetitxxhtly")
suspend fun definedColumns(argument: List<suspend TableDefinedColumnArgsBuilder.() -> Unit>)
@JvmName(name = "lgblohjynlmdtpxc")
suspend fun definedColumns(vararg argument: suspend TableDefinedColumnArgsBuilder.() -> Unit)
@JvmName(name = "bersvttxvgscfglj")
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.