Route Map Rule Args
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)