RouteMapRuleActionArgs

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

Constructors

Link copied to clipboard
constructor(parameters: Output<List<RouteMapRuleActionParameterArgs>>? = null, type: Output<String>)

Properties

Link copied to clipboard

A parameter block as defined below. Required if type is anything other than Drop.

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.

Functions

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