Listener Default Action
data class ListenerDefaultAction(val authenticateCognito: ListenerDefaultActionAuthenticateCognito? = null, val authenticateOidc: ListenerDefaultActionAuthenticateOidc? = null, val fixedResponse: ListenerDefaultActionFixedResponse? = null, val forward: ListenerDefaultActionForward? = null, val order: Int? = null, val redirect: ListenerDefaultActionRedirect? = null, val targetGroupArn: String? = null, val type: String)
Constructors
Link copied to clipboard
fun ListenerDefaultAction(authenticateCognito: ListenerDefaultActionAuthenticateCognito? = null, authenticateOidc: ListenerDefaultActionAuthenticateOidc? = null, fixedResponse: ListenerDefaultActionFixedResponse? = null, forward: ListenerDefaultActionForward? = null, order: Int? = null, redirect: ListenerDefaultActionRedirect? = null, targetGroupArn: String? = null, type: String)
Types
Properties
Link copied to clipboard
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.