Route Map Rule Args
data class RouteMapRuleArgs(val actions: Output<List<ActionArgs>>? = null, val matchCriteria: Output<List<CriterionArgs>>? = null, val name: Output<String>? = null, val nextStepIfMatched: Output<Either<String, NextStep>>? = null) : ConvertibleToJava<RouteMapRuleArgs>
A RouteMap Rule.
Constructors
Link copied to clipboard
constructor(actions: Output<List<ActionArgs>>? = null, matchCriteria: Output<List<CriterionArgs>>? = null, name: Output<String>? = null, nextStepIfMatched: Output<Either<String, NextStep>>? = null)