AppEngineHttpTargetArgs

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

App Engine HTTP target. The task will be delivered to the App Engine application hostname specified by its AppEngineHttpTarget and AppEngineHttpRequest. The documentation for AppEngineHttpRequest explains how the task's host URL is constructed. Using AppEngineHttpTarget 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 AppEngineHttpTargetArgs(appEngineRoutingOverride: Output<AppEngineRoutingArgs>? = null)

Functions

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

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.