forward

@JvmName(name = "apwdhhweetbmsuge")
suspend fun forward(value: Output<ListenerDefaultActionForwardArgs>)
@JvmName(name = "spiyfeqpombunlym")
suspend fun forward(value: ListenerDefaultActionForwardArgs?)

Parameters

value

Configuration block for creating an action that distributes requests among one or more target groups. Specify only if type is forward. If you specify both forward block and target_group_arn attribute, you can specify only one target group using forward and it must be the same target group specified in target_group_arn. Detailed below.


@JvmName(name = "muxntwbsnlwttnsw")
suspend fun forward(argument: suspend ListenerDefaultActionForwardArgsBuilder.() -> Unit)

Parameters

argument

Configuration block for creating an action that distributes requests among one or more target groups. Specify only if type is forward. If you specify both forward block and target_group_arn attribute, you can specify only one target group using forward and it must be the same target group specified in target_group_arn. Detailed below.