definedColumns

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


@JvmName(name = "awouifhtleuffnsh")
suspend fun definedColumns(values: List<Output<TableDefinedColumnArgs>>)
@JvmName(name = "qiwhxwqtvetsklkr")
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 = "txbxfrcjcmkwxnis")
suspend fun definedColumns(argument: List<suspend TableDefinedColumnArgsBuilder.() -> Unit>)
@JvmName(name = "fbmkovqrmwwlksbt")
suspend fun definedColumns(vararg argument: suspend TableDefinedColumnArgsBuilder.() -> Unit)
@JvmName(name = "taufpgaomvxyrxvh")
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.