GetListenerRuleAction

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)

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)

Types

Link copied to clipboard
object Companion

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
val order: Int

The evaluation order of the action.

Link copied to clipboard

An action to redirect the request. Detailed below.

Link copied to clipboard

The type of the action, indicates which sub-block will be populated.