ForwardingRuleRuleActionArgs

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
val order: Output<Int>

Forwarding priority.

Link copied to clipboard
val ruleActionType: Output<String>

The type of the forwarding action. Valid values: ForwardGroup, Redirect, FixResponse, Rewrite, AddHeader, RemoveHeader, Drop.

Link copied to clipboard
val ruleActionValue: Output<String>? = null

The value of the forwarding action type. For more information, see How to use it.

Functions

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