definedColumns

@JvmName(name = "yajkmngtemataybi")
suspend fun definedColumns(value: Output<List<TableDefinedColumnArgs>>)
@JvmName(name = "tbaxsdggeulpnxhn")
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.


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


@JvmName(name = "loirvctidmwqbkix")
suspend fun definedColumns(values: List<Output<TableDefinedColumnArgs>>)
@JvmName(name = "tgmssihxgkdtqjhr")
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.


@JvmName(name = "dnjnijgwvvcdqpbd")
suspend fun definedColumns(argument: List<suspend TableDefinedColumnArgsBuilder.() -> Unit>)
@JvmName(name = "ywyuxboseleihcpw")
suspend fun definedColumns(vararg argument: suspend TableDefinedColumnArgsBuilder.() -> Unit)
@JvmName(name = "gtakjopapercsfcf")
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.