RouteMapRuleActionArgs

data class RouteMapRuleActionArgs(val parameters: Output<List<RouteMapRuleActionParameterArgs>>, val type: Output<String>) : ConvertibleToJava<RouteMapRuleActionArgs>

Constructors

Link copied to clipboard
fun RouteMapRuleActionArgs(parameters: Output<List<RouteMapRuleActionParameterArgs>>, type: Output<String>)

Functions

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

Properties

Link copied to clipboard

A parameter block as defined below.

Link copied to clipboard
val type: Output<String>

The type of the action to be taken. Possible values are Add, Drop, Remove, Replace and Unknown.