AppSpecFunctionRouteArgs

data class AppSpecFunctionRouteArgs(val path: Output<String>? = null, val preservePathPrefix: Output<Boolean>? = null) : ConvertibleToJava<AppSpecFunctionRouteArgs>

Constructors

Link copied to clipboard
constructor(path: Output<String>? = null, preservePathPrefix: Output<Boolean>? = null)

Properties

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

Paths must start with / and must be unique within the app.

Link copied to clipboard
val preservePathPrefix: Output<Boolean>? = null

An optional flag to preserve the path that is forwarded to the backend service.

Functions

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