payload

@JvmName(name = "bamyhxuyknefwrny")
suspend fun payload(value: Output<String>)
@JvmName(name = "wqpqrqcssuhqxnjt")
suspend fun payload(value: String?)

Parameters

value

Payload. The payload will be sent as the HTTP message body. A message body, and thus a payload, is allowed only if the HTTP method is POST or PUT. It is an error to set a data payload on a task with an incompatible HttpMethod.