Interface IListenerAction
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IListenerAction.Jsii$Default
- All Known Implementing Classes:
AuthenticateCognitoAction,IListenerAction.Jsii$Proxy,ListenerAction,NetworkListenerAction
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-21T06:34:08.204Z")
@Stability(Stable)
public interface IListenerAction
extends software.amazon.jsii.JsiiSerializable
Interface for listener actions.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIListenerAction.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionRender the listener default actions in this chain.Render the listener rule actions in this chain.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
renderActions
Render the listener default actions in this chain. -
renderRuleActions
Render the listener rule actions in this chain.
-