AppEngineHttpQueueArgs

data class AppEngineHttpQueueArgs(val appEngineRoutingOverride: Output<AppEngineRoutingArgs>? = null) : ConvertibleToJava<AppEngineHttpQueueArgs>

App Engine HTTP queue. The task will be delivered to the App Engine application hostname specified by its AppEngineHttpQueue and AppEngineHttpRequest. The documentation for AppEngineHttpRequest explains how the task's host URL is constructed. Using AppEngineHttpQueue requires appengine&#46;applications&#46;get Google IAM permission for the project and the following scope: https://www.googleapis.com/auth/cloud-platform

Constructors

Link copied to clipboard
fun AppEngineHttpQueueArgs(appEngineRoutingOverride: Output<AppEngineRoutingArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): AppEngineHttpQueueArgs

Properties

Link copied to clipboard

Overrides for the task-level app_engine_routing. If set, app_engine_routing_override is used for all tasks in the queue, no matter what the setting is for the task-level app_engine_routing.