QueueAppEngineRoutingOverrideArgs

data class QueueAppEngineRoutingOverrideArgs(val host: Output<String>? = null, val instance: Output<String>? = null, val service: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<QueueAppEngineRoutingOverrideArgs>

Constructors

Link copied to clipboard
constructor(host: Output<String>? = null, instance: Output<String>? = null, service: Output<String>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard
val host: Output<String>? = null

(Output) The host that the task is sent to.

Link copied to clipboard
val instance: Output<String>? = null

App instance. By default, the task is sent to an instance which is available when the task is attempted.

Link copied to clipboard
val service: Output<String>? = null

App service. By default, the task is sent to the service which is the default service when the task is attempted.

Link copied to clipboard
val version: Output<String>? = null

App version. By default, the task is sent to the version which is the default version when the task is attempted.

Functions

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