Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.ListenerAction
Packages that use ListenerAction
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
Actions for AWS Elastic Load Balancing V2
-
Uses of ListenerAction in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return ListenerActionModifier and TypeMethodDescriptionstatic ListenerActionListenerAction.authenticateOidc(AuthenticateOidcOptions options) Authenticate using an identity provider (IdP) that is compliant with OpenID Connect (OIDC).static ListenerActionListenerAction.fixedResponse(Number statusCode) Return a fixed response.static ListenerActionListenerAction.fixedResponse(Number statusCode, FixedResponseOptions options) Return a fixed response.static ListenerActionListenerAction.forward(List<? extends IApplicationTargetGroup> targetGroups) Forward to one or more Target Groups.static ListenerActionListenerAction.forward(List<? extends IApplicationTargetGroup> targetGroups, ForwardOptions options) Forward to one or more Target Groups.AddApplicationActionProps.getAction()Action to perform.final ListenerActionAddApplicationActionProps.Jsii$Proxy.getAction()final ListenerActionApplicationListenerRuleProps.Jsii$Proxy.getAction()default ListenerActionBaseApplicationListenerRuleProps.getAction()Action to perform when requests are received.final ListenerActionBaseApplicationListenerRuleProps.Jsii$Proxy.getAction()final ListenerActionApplicationListenerProps.Jsii$Proxy.getDefaultAction()default ListenerActionBaseApplicationListenerProps.getDefaultAction()Default action to take for requests to this listener.final ListenerActionBaseApplicationListenerProps.Jsii$Proxy.getDefaultAction()AuthenticateOidcOptions.getNext()What action to execute next.final ListenerActionAuthenticateOidcOptions.Jsii$Proxy.getNext()protected ListenerActionListenerAction.getNext()static ListenerActionListenerAction.redirect(RedirectOptions options) Redirect to a different URI.static ListenerActionListenerAction.weightedForward(List<? extends WeightedTargetGroup> targetGroups) Forward to one or more Target Groups which are weighted differently.static ListenerActionListenerAction.weightedForward(List<? extends WeightedTargetGroup> targetGroups, ForwardOptions options) Forward to one or more Target Groups which are weighted differently.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type ListenerActionModifier and TypeMethodDescriptionAddApplicationActionProps.Builder.action(ListenerAction action) Sets the value ofAddApplicationActionProps.getAction()ApplicationListenerRule.Builder.action(ListenerAction action) Action to perform when requests are received.ApplicationListenerRuleProps.Builder.action(ListenerAction action) Sets the value ofBaseApplicationListenerRuleProps.getAction()BaseApplicationListenerRuleProps.Builder.action(ListenerAction action) Sets the value ofBaseApplicationListenerRuleProps.getAction()voidApplicationListenerRule.configureAction(ListenerAction action) Configure the action to perform for this rule.ApplicationListener.Builder.defaultAction(ListenerAction defaultAction) Default action to take for requests to this listener.ApplicationListenerProps.Builder.defaultAction(ListenerAction defaultAction) Sets the value ofBaseApplicationListenerProps.getDefaultAction()BaseApplicationListenerProps.Builder.defaultAction(ListenerAction defaultAction) Sets the value ofBaseApplicationListenerProps.getDefaultAction()AuthenticateOidcOptions.Builder.next(ListenerAction next) Sets the value ofAuthenticateOidcOptions.getNext()Constructors in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type ListenerActionModifierConstructorDescriptionprotectedListenerAction(CfnListener.ActionProperty defaultActionJson, ListenerAction next) Create an instance of ListenerAction. -
Uses of ListenerAction in software.amazon.awscdk.services.elasticloadbalancingv2.actions
Modifier and TypeClassDescriptionclassA Listener Action to authenticate with Cognito.Methods in software.amazon.awscdk.services.elasticloadbalancingv2.actions that return ListenerActionModifier and TypeMethodDescriptionAuthenticateCognitoActionProps.getNext()What action to execute next.final ListenerActionAuthenticateCognitoActionProps.Jsii$Proxy.getNext()Methods in software.amazon.awscdk.services.elasticloadbalancingv2.actions with parameters of type ListenerActionModifier and TypeMethodDescriptionAuthenticateCognitoAction.Builder.next(ListenerAction next) What action to execute next.AuthenticateCognitoActionProps.Builder.next(ListenerAction next) Sets the value ofAuthenticateCognitoActionProps.getNext()