entity

@JvmName(name = "gowqqqbddlvunsrv")
suspend fun entity(value: Output<Map<String, String>>)
@JvmName(name = "dqfdvvrqqfdcqmuo")
suspend fun entity(value: Map<String, String>?)

Parameters

value

A map of key/value pairs that describe the entity to be inserted/merged in to the storage table.


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

Parameters

values

A map of key/value pairs that describe the entity to be inserted/merged in to the storage table.