actions

@JvmName(name = "rgflroeewjygirsa")
suspend fun actions(value: Output<List<ListenerRuleActionArgs>>)
@JvmName(name = "oendxfwrskffxnpb")
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 = "twsgngncauvjaooo")
suspend fun actions(vararg values: Output<ListenerRuleActionArgs>)


@JvmName(name = "fslmskuagicvpnsf")
suspend fun actions(values: List<Output<ListenerRuleActionArgs>>)
@JvmName(name = "xydvvqoddlkmnwrp")
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 = "pncxvorrviiufvhl")
suspend fun actions(argument: List<suspend ListenerRuleActionArgsBuilder.() -> Unit>)
@JvmName(name = "gktibxwdwkspirhu")
suspend fun actions(vararg argument: suspend ListenerRuleActionArgsBuilder.() -> Unit)
@JvmName(name = "gnqbjfwrbxeavtml")
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.