appEngineHttpRequest

@JvmName(name = "lldpwkpgisdqidkm")
suspend fun appEngineHttpRequest(value: Output<AppEngineHttpRequestArgs>)
@JvmName(name = "gdnnecmqimddjnby")
suspend fun appEngineHttpRequest(value: AppEngineHttpRequestArgs?)

Parameters

value

App Engine HTTP request that is sent to the task's target. Can be set only if app_engine_http_target is set on the queue. An App Engine task is a task that has AppEngineHttpRequest set.


@JvmName(name = "xbsnkavhpibrfecv")
suspend fun appEngineHttpRequest(argument: suspend AppEngineHttpRequestArgsBuilder.() -> Unit)

Parameters

argument

App Engine HTTP request that is sent to the task's target. Can be set only if app_engine_http_target is set on the queue. An App Engine task is a task that has AppEngineHttpRequest set.