headers

@JvmName(name = "lkxvcecmifcqkmqo")
suspend fun headers(value: Output<Map<String, String>>)
@JvmName(name = "trauabhfdfcpswao")
suspend fun headers(value: Map<String, String>?)

Parameters

value

Specifies a Map of Key-Value Pairs that should be sent to the uri when this HTTP Action is triggered.


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

Parameters

values

Specifies a Map of Key-Value Pairs that should be sent to the uri when this HTTP Action is triggered.