Forwarding Rule Rule Action Args
data class ForwardingRuleRuleActionArgs(val forwardGroupConfig: Output<ForwardingRuleRuleActionForwardGroupConfigArgs>? = null, val order: Output<Int>, val ruleActionType: Output<String>, val ruleActionValue: Output<String>? = null) : ConvertibleToJava<ForwardingRuleRuleActionArgs>
Constructors
Link copied to clipboard
constructor(forwardGroupConfig: Output<ForwardingRuleRuleActionForwardGroupConfigArgs>? = null, order: Output<Int>, ruleActionType: Output<String>, ruleActionValue: Output<String>? = null)
Properties
Link copied to clipboard
Forwarding configuration. See forward_group_config
below.
Link copied to clipboard
The type of the forwarding action. Valid values: ForwardGroup
, Redirect
, FixResponse
, Rewrite
, AddHeader
, RemoveHeader
, Drop
.
Link copied to clipboard
The value of the forwarding action type. For more information, see How to use it.