Listener Default Action Args
data class ListenerDefaultActionArgs(val authenticateCognito: Output<ListenerDefaultActionAuthenticateCognitoArgs>? = null, val authenticateOidc: Output<ListenerDefaultActionAuthenticateOidcArgs>? = null, val fixedResponse: Output<ListenerDefaultActionFixedResponseArgs>? = null, val forward: Output<ListenerDefaultActionForwardArgs>? = null, val order: Output<Int>? = null, val redirect: Output<ListenerDefaultActionRedirectArgs>? = null, val targetGroupArn: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ListenerDefaultActionArgs>
Constructors
Link copied to clipboard
fun ListenerDefaultActionArgs(authenticateCognito: Output<ListenerDefaultActionAuthenticateCognitoArgs>? = null, authenticateOidc: Output<ListenerDefaultActionAuthenticateOidcArgs>? = null, fixedResponse: Output<ListenerDefaultActionFixedResponseArgs>? = null, forward: Output<ListenerDefaultActionForwardArgs>? = null, order: Output<Int>? = null, redirect: Output<ListenerDefaultActionRedirectArgs>? = null, targetGroupArn: Output<String>? = null, type: Output<String>)
Functions
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.