JobAppEngineHttpTargetAppEngineRoutingArgs

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

Constructors

constructor(instance: Output<String>? = null, service: Output<String>? = null, version: Output<String>? = null)

Properties

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

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

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

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

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

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

Functions

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