HttpRouteTargetArgs

data class HttpRouteTargetArgs(val containerApp: Output<String>, val label: Output<String>? = null, val revision: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<HttpRouteTargetArgs>

Targets - Container App Names, Revision Names, Labels.

Constructors

Link copied to clipboard
constructor(containerApp: Output<String>, label: Output<String>? = null, revision: Output<String>? = null, weight: Output<Int>? = null)

Properties

Link copied to clipboard
val containerApp: Output<String>

Container App Name to route requests to

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

Label/Revision to route requests to

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

Revision to route requests to

Link copied to clipboard
val weight: Output<Int>? = null

Weighted routing

Functions

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