RouteMapRuleArgs

data class RouteMapRuleArgs(val actions: Output<List<RouteMapRuleActionArgs>>? = null, val matchCriterions: Output<List<RouteMapRuleMatchCriterionArgs>>? = null, val name: Output<String>, val nextStepIfMatched: Output<String>? = null) : ConvertibleToJava<RouteMapRuleArgs>

Constructors

Link copied to clipboard
constructor(actions: Output<List<RouteMapRuleActionArgs>>? = null, matchCriterions: Output<List<RouteMapRuleMatchCriterionArgs>>? = null, name: Output<String>, nextStepIfMatched: Output<String>? = null)

Properties

Link copied to clipboard
val actions: Output<List<RouteMapRuleActionArgs>>? = null

An action block as defined below.

Link copied to clipboard

A match_criterion block as defined below.

Link copied to clipboard
val name: Output<String>

The unique name for the rule.

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

The next step after the rule is evaluated. Possible values are Continue, Terminate and Unknown. Defaults to Unknown.

Functions

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