properties

@JvmName(name = "imsqneokockgepsy")
suspend fun properties(value: Output<Map<String, String>>)
@JvmName(name = "ohteewicbfpuxupv")
suspend fun properties(value: Map<String, String>?)

Parameters

value

A mapping of property names to values. Used to set Presto (https://prestodb.io/docs/current/sql/set-session.html) Equivalent to using the --session flag in the Presto CLI


@JvmName(name = "povtskpmueudtsdh")
fun properties(vararg values: Pair<String, String>)

Parameters

values

A mapping of property names to values. Used to set Presto (https://prestodb.io/docs/current/sql/set-session.html) Equivalent to using the --session flag in the Presto CLI