entity

@JvmName(name = "workofumxlxkvsfd")
suspend fun entity(value: Output<Map<String, String>>)
@JvmName(name = "givkfnfvtyvgpynh")
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 = "tigaxlyilirweffk")
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.