Rule Rule Action Forward Group Config Args
data class RuleRuleActionForwardGroupConfigArgs(val serverGroupStickySession: Output<RuleRuleActionForwardGroupConfigServerGroupStickySessionArgs>? = null, val serverGroupTuples: Output<List<RuleRuleActionForwardGroupConfigServerGroupTupleArgs>>? = null) : ConvertibleToJava<RuleRuleActionForwardGroupConfigArgs>
Constructors
Link copied to clipboard
constructor(serverGroupStickySession: Output<RuleRuleActionForwardGroupConfigServerGroupStickySessionArgs>? = null, serverGroupTuples: Output<List<RuleRuleActionForwardGroupConfigServerGroupTupleArgs>>? = null)
Properties
Link copied to clipboard
val serverGroupStickySession: Output<RuleRuleActionForwardGroupConfigServerGroupStickySessionArgs>? = null
The configuration of session persistence for server groups. See server_group_sticky_session
below.
Link copied to clipboard
The destination server group to which requests are forwarded. See server_group_tuples
below.