properties

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

Parameters

value

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


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

Parameters

values

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