physicalTableMap

@JvmName(name = "ogedcjfngqllyiod")
suspend fun physicalTableMap(value: Output<Map<String, DataSetPhysicalTableArgs>>)
@JvmName(name = "tvvoroisrnxwtmxb")
suspend fun physicalTableMap(value: Map<String, DataSetPhysicalTableArgs>?)

Parameters

value

Declares the physical tables that are available in the underlying data sources.


@JvmName(name = "moafhxehliaerqas")
suspend fun physicalTableMap(vararg argument: Pair<String, suspend DataSetPhysicalTableArgsBuilder.() -> Unit>)

Parameters

argument

Declares the physical tables that are available in the underlying data sources.


@JvmName(name = "woorxqifdfqmkoht")
fun physicalTableMap(vararg values: Pair<String, DataSetPhysicalTableArgs>)

Parameters

values

Declares the physical tables that are available in the underlying data sources.