Listener Rule Action
data class ListenerRuleAction(val authenticateCognito: ListenerRuleActionAuthenticateCognito? = null, val authenticateOidc: ListenerRuleActionAuthenticateOidc? = null, val fixedResponse: ListenerRuleActionFixedResponse? = null, val forward: ListenerRuleActionForward? = null, val order: Int? = null, val redirect: ListenerRuleActionRedirect? = null, val targetGroupArn: String? = null, val type: String)
Constructors
Link copied to clipboard
fun ListenerRuleAction(authenticateCognito: ListenerRuleActionAuthenticateCognito? = null, authenticateOidc: ListenerRuleActionAuthenticateOidc? = null, fixedResponse: ListenerRuleActionFixedResponse? = null, forward: ListenerRuleActionForward? = null, order: Int? = null, redirect: ListenerRuleActionRedirect? = null, targetGroupArn: String? = null, type: String)
Types
Properties
Link copied to clipboard
Information 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
.