headers

@JvmName(name = "ygaxbwyuqygfymum")
suspend fun headers(value: Output<Map<String, String>>)
@JvmName(name = "nfgmhclsrcirxber")
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 = "pmdvqcqphebcnfha")
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.