actions

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


@JvmName(name = "rquptuuuuuvmwckk")
suspend fun actions(values: List<Output<ListenerRuleActionArgs>>)
@JvmName(name = "kpaeawfmoyodxcby")
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 = "hatforvtgbgvixoy")
suspend fun actions(argument: List<suspend ListenerRuleActionArgsBuilder.() -> Unit>)
@JvmName(name = "wdqutsmwqsotnutx")
suspend fun actions(vararg argument: suspend ListenerRuleActionArgsBuilder.() -> Unit)
@JvmName(name = "bdcwdxlcsrfftdcf")
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.