physicalTableMap

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

Parameters

value

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


@JvmName(name = "rhdjlsgecgnmgtln")
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 = "xlwnfquatypimrlw")
fun physicalTableMap(vararg values: Pair<String, DataSetPhysicalTableArgs>)

Parameters

values

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