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 ListenerAction
ListenerAction.authenticateOidc
(AuthenticateOidcOptions options) Authenticate using an identity provider (IdP) that is compliant with OpenID Connect (OIDC).static ListenerAction
ListenerAction.fixedResponse
(Number statusCode) Return a fixed response.static ListenerAction
ListenerAction.fixedResponse
(Number statusCode, FixedResponseOptions options) Return a fixed response.static ListenerAction
ListenerAction.forward
(List<? extends IApplicationTargetGroup> targetGroups) Forward to one or more Target Groups.static ListenerAction
ListenerAction.forward
(List<? extends IApplicationTargetGroup> targetGroups, ForwardOptions options) Forward to one or more Target Groups.AddApplicationActionProps.getAction()
Action to perform.final ListenerAction
AddApplicationActionProps.Jsii$Proxy.getAction()
final ListenerAction
ApplicationListenerRuleProps.Jsii$Proxy.getAction()
default ListenerAction
BaseApplicationListenerRuleProps.getAction()
Action to perform when requests are received.final ListenerAction
BaseApplicationListenerRuleProps.Jsii$Proxy.getAction()
final ListenerAction
ApplicationListenerProps.Jsii$Proxy.getDefaultAction()
default ListenerAction
BaseApplicationListenerProps.getDefaultAction()
Default action to take for requests to this listener.final ListenerAction
BaseApplicationListenerProps.Jsii$Proxy.getDefaultAction()
AuthenticateOidcOptions.getNext()
What action to execute next.final ListenerAction
AuthenticateOidcOptions.Jsii$Proxy.getNext()
protected ListenerAction
ListenerAction.getNext()
static ListenerAction
ListenerAction.redirect
(RedirectOptions options) Redirect to a different URI.static ListenerAction
ListenerAction.weightedForward
(List<? extends WeightedTargetGroup> targetGroups) Forward to one or more Target Groups which are weighted differently.static ListenerAction
ListenerAction.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()
void
ApplicationListenerRule.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 ListenerActionModifierConstructorDescriptionprotected
ListenerAction
(CfnListener.ActionProperty defaultActionJson, ListenerAction next) Create an instance of ListenerAction. -
Uses of ListenerAction in software.amazon.awscdk.services.elasticloadbalancingv2.actions
Modifier and TypeClassDescriptionclass
A 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 ListenerAction
AuthenticateCognitoActionProps.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()