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
fun QueueAppEngineRoutingOverrideArgs(host: Output<String>? = null, instance: Output<String>? = null, service: Output<String>? = null, version: Output<String>? = null)

Functions

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

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.