ListenerRuleActionArgs

data class ListenerRuleActionArgs(val fixedResponse: Output<ListenerRuleActionFixedResponseArgs>? = null, val forward: Output<ListenerRuleActionForwardArgs>? = null) : ConvertibleToJava<ListenerRuleActionArgs>

Constructors

Link copied to clipboard
constructor(fixedResponse: Output<ListenerRuleActionFixedResponseArgs>? = null, forward: Output<ListenerRuleActionForwardArgs>? = null)

Properties

Link copied to clipboard

Describes the rule action that returns a custom HTTP response.

Link copied to clipboard

The forward action. Traffic that matches the rule is forwarded to the specified target groups.

Functions

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