actions

@JvmName(name = "rtiqttwlefhntwtq")
suspend fun actions(value: Output<List<ListenerRuleActionArgs>>)
@JvmName(name = "cmigmniwcrgltbra")
suspend fun actions(value: List<ListenerRuleActionArgs>?)

Parameters

value

The actions. The rule must include exactly one of the following types of actions: `forward`, `fixed-response`, or `redirect`, and it must be the last action to be performed. If the rule is for an HTTPS listener, it can also optionally include an authentication action.


@JvmName(name = "ortdjucebejogqpd")
suspend fun actions(vararg values: Output<ListenerRuleActionArgs>)


@JvmName(name = "ukrayfooyhgvhtgv")
suspend fun actions(values: List<Output<ListenerRuleActionArgs>>)
@JvmName(name = "dwmqbptkclstelmy")
suspend fun actions(vararg values: ListenerRuleActionArgs)

Parameters

values

The actions. The rule must include exactly one of the following types of actions: `forward`, `fixed-response`, or `redirect`, and it must be the last action to be performed. If the rule is for an HTTPS listener, it can also optionally include an authentication action.


@JvmName(name = "ynnvalqxsltcxmkv")
suspend fun actions(argument: List<suspend ListenerRuleActionArgsBuilder.() -> Unit>)
@JvmName(name = "djmnjwefhfsksale")
suspend fun actions(vararg argument: suspend ListenerRuleActionArgsBuilder.() -> Unit)
@JvmName(name = "uibrmhknjsqloprb")
suspend fun actions(argument: suspend ListenerRuleActionArgsBuilder.() -> Unit)

Parameters

argument

The actions. The rule must include exactly one of the following types of actions: `forward`, `fixed-response`, or `redirect`, and it must be the last action to be performed. If the rule is for an HTTPS listener, it can also optionally include an authentication action.