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.92.0 (build db7f27d)",
date="2023-12-01T19:06:32.125Z")
@Stability(Stable)
public interface IListenerAction
extends software.amazon.jsii.JsiiSerializable
Interface for listener actions.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIListenerAction
.static final class
A 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.
-