schema

@JvmName(name = "abklxhecmvcjmgct")
suspend fun schema(value: Output<List<MapperTableSchemaArgs>>)
@JvmName(name = "shvpsdiivywtdbff")
suspend fun schema(value: List<MapperTableSchemaArgs>?)

Parameters

value

List of columns for the source table.


@JvmName(name = "mspqsaakangdcgde")
suspend fun schema(vararg values: Output<MapperTableSchemaArgs>)


@JvmName(name = "lumshwkyroicwmab")
suspend fun schema(values: List<Output<MapperTableSchemaArgs>>)
@JvmName(name = "cuvpjxnxxuwwakcp")
suspend fun schema(vararg values: MapperTableSchemaArgs)

Parameters

values

List of columns for the source table.


@JvmName(name = "fnjmcuiabjxqoqyq")
suspend fun schema(argument: List<suspend MapperTableSchemaArgsBuilder.() -> Unit>)
@JvmName(name = "lkwyfubvcgajydtl")
suspend fun schema(vararg argument: suspend MapperTableSchemaArgsBuilder.() -> Unit)
@JvmName(name = "wnkbeqmgiuvpkwnd")
suspend fun schema(argument: suspend MapperTableSchemaArgsBuilder.() -> Unit)

Parameters

argument

List of columns for the source table.