AppEngineRoutingArgs

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

App Engine Routing. For more information about services, versions, and instances see An Overview of App Engine, Microservices Architecture on Google App Engine, App Engine Standard request routing, and App Engine Flex request routing.

Constructors

Link copied to clipboard
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. Requests can only be sent to a specific instance if manual scaling is used in App Engine Standard. App Engine Flex does not support instances. For more information, see App Engine Standard request routing and App Engine Flex request routing.

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(): AppEngineRoutingArgs