Listener Rule Action Args
data class ListenerRuleActionArgs(val authenticateCognitoConfig: Output<ListenerRuleAuthenticateCognitoConfigArgs>? = null, val authenticateOidcConfig: Output<ListenerRuleAuthenticateOidcConfigArgs>? = null, val fixedResponseConfig: Output<ListenerRuleFixedResponseConfigArgs>? = null, val forwardConfig: Output<ListenerRuleForwardConfigArgs>? = null, val order: Output<Int>? = null, val redirectConfig: Output<ListenerRuleRedirectConfigArgs>? = null, val targetGroupArn: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ListenerRuleActionArgs>
Constructors
Link copied to clipboard
fun ListenerRuleActionArgs(authenticateCognitoConfig: Output<ListenerRuleAuthenticateCognitoConfigArgs>? = null, authenticateOidcConfig: Output<ListenerRuleAuthenticateOidcConfigArgs>? = null, fixedResponseConfig: Output<ListenerRuleFixedResponseConfigArgs>? = null, forwardConfig: Output<ListenerRuleForwardConfigArgs>? = null, order: Output<Int>? = null, redirectConfig: Output<ListenerRuleRedirectConfigArgs>? = null, targetGroupArn: Output<String>? = null, type: Output<String>)