HttpRouteRuleArgs

data class HttpRouteRuleArgs(val description: Output<String>? = null, val routes: Output<List<HttpRouteArgs>>? = null, val targets: Output<List<HttpRouteTargetArgs>>? = null) : ConvertibleToJava<HttpRouteRuleArgs>

Http Route rule.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, routes: Output<List<HttpRouteArgs>>? = null, targets: Output<List<HttpRouteTargetArgs>>? = null)

Properties

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

Description of rule. Optional.

Link copied to clipboard
val routes: Output<List<HttpRouteArgs>>? = null

Routing configuration that will allow matches on specific paths/headers.

Link copied to clipboard
val targets: Output<List<HttpRouteTargetArgs>>? = null

Targets- container apps, revisions, labels

Functions

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