Get Listener Rule Action
data class GetListenerRuleAction(val authenticateCognito: GetListenerRuleActionAuthenticateCognito? = null, val authenticateOidc: GetListenerRuleActionAuthenticateOidc? = null, val fixedResponse: GetListenerRuleActionFixedResponse? = null, val forward: GetListenerRuleActionForward? = null, val order: Int, val redirect: GetListenerRuleActionRedirect? = null, val type: String) : ConvertibleToJava<GetListenerRuleAction>
Constructors
Link copied to clipboard
constructor(authenticateCognito: GetListenerRuleActionAuthenticateCognito? = null, authenticateOidc: GetListenerRuleActionAuthenticateOidc? = null, fixedResponse: GetListenerRuleActionFixedResponse? = null, forward: GetListenerRuleActionForward? = null, order: Int, redirect: GetListenerRuleActionRedirect? = null, type: String)
Properties
Link copied to clipboard
An action to authenticate using Amazon Cognito. Detailed below.
Link copied to clipboard
An action to authenticate using OIDC. Detailed below.
Link copied to clipboard
An action to return a fixed response. Detailed below.
Link copied to clipboard
An action to forward the request. Detailed below.
Link copied to clipboard
An action to redirect the request. Detailed below.