actions

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


@JvmName(name = "itpeoimjjvqeedxe")
suspend fun actions(values: List<Output<ListenerRuleActionArgs>>)
@JvmName(name = "mcijhajnyxrhffan")
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 = "yychuanjuhhdglfs")
suspend fun actions(argument: List<suspend ListenerRuleActionArgsBuilder.() -> Unit>)
@JvmName(name = "qkxgovcgeyxbaagf")
suspend fun actions(vararg argument: suspend ListenerRuleActionArgsBuilder.() -> Unit)
@JvmName(name = "ywjcggmkgffarchm")
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.