| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| software.amazon.awscdk.services.elasticloadbalancingv2.actions |
Actions for AWS Elastic Load Balancing V2
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
default ListenerAction |
BaseApplicationListenerRuleProps.getAction()
Action to perform when requests are received.
|
ListenerAction |
BaseApplicationListenerRuleProps.Jsii$Proxy.getAction() |
ListenerAction |
ApplicationListenerRuleProps.Jsii$Proxy.getAction() |
ListenerAction |
AddApplicationActionProps.getAction()
Action to perform.
|
ListenerAction |
AddApplicationActionProps.Jsii$Proxy.getAction() |
ListenerAction |
ApplicationListenerProps.Jsii$Proxy.getDefaultAction() |
default ListenerAction |
BaseApplicationListenerProps.getDefaultAction()
Default action to take for requests to this listener.
|
ListenerAction |
BaseApplicationListenerProps.Jsii$Proxy.getDefaultAction() |
protected ListenerAction |
ListenerAction.getNext() |
ListenerAction |
AuthenticateOidcOptions.getNext()
What action to execute next.
|
ListenerAction |
AuthenticateOidcOptions.Jsii$Proxy.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.
|
| Constructor and Description |
|---|
ListenerAction(CfnListener.ActionProperty actionJson,
ListenerAction next)
Create an instance of ListenerAction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticateCognitoAction
A Listener Action to authenticate with Cognito.
|
| Modifier and Type | Method and Description |
|---|---|
ListenerAction |
AuthenticateCognitoActionProps.getNext()
What action to execute next.
|
ListenerAction |
AuthenticateCognitoActionProps.Jsii$Proxy.getNext() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticateCognitoAction.Builder |
AuthenticateCognitoAction.Builder.next(ListenerAction next)
What action to execute next.
|
AuthenticateCognitoActionProps.Builder |
AuthenticateCognitoActionProps.Builder.next(ListenerAction next)
Sets the value of
AuthenticateCognitoActionProps.getNext() |
Copyright © 2022. All rights reserved.