| 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)
(experimental) Authenticate using an identity provider (IdP) that is compliant with OpenID Connect (OIDC).
|
static ListenerAction |
ListenerAction.fixedResponse(Number statusCode)
(experimental) Return a fixed response.
|
static ListenerAction |
ListenerAction.fixedResponse(Number statusCode,
FixedResponseOptions options)
(experimental) Return a fixed response.
|
static ListenerAction |
ListenerAction.forward(List<? extends IApplicationTargetGroup> targetGroups)
(experimental) Forward to one or more Target Groups.
|
static ListenerAction |
ListenerAction.forward(List<? extends IApplicationTargetGroup> targetGroups,
ForwardOptions options)
(experimental) Forward to one or more Target Groups.
|
ListenerAction |
ApplicationListenerRuleProps.Jsii$Proxy.getAction() |
default ListenerAction |
BaseApplicationListenerRuleProps.getAction()
(experimental) Action to perform when requests are received.
|
ListenerAction |
BaseApplicationListenerRuleProps.Jsii$Proxy.getAction() |
ListenerAction |
AddApplicationActionProps.getAction()
(experimental) Action to perform.
|
ListenerAction |
AddApplicationActionProps.Jsii$Proxy.getAction() |
default ListenerAction |
BaseApplicationListenerProps.getDefaultAction()
(experimental) Default action to take for requests to this listener.
|
ListenerAction |
BaseApplicationListenerProps.Jsii$Proxy.getDefaultAction() |
ListenerAction |
ApplicationListenerProps.Jsii$Proxy.getDefaultAction() |
protected ListenerAction |
ListenerAction.getNext() |
ListenerAction |
AuthenticateOidcOptions.getNext()
(experimental) What action to execute next.
|
ListenerAction |
AuthenticateOidcOptions.Jsii$Proxy.getNext() |
static ListenerAction |
ListenerAction.redirect(RedirectOptions options)
(experimental) Redirect to a different URI.
|
static ListenerAction |
ListenerAction.weightedForward(List<? extends WeightedTargetGroup> targetGroups)
(experimental) Forward to one or more Target Groups which are weighted differently.
|
static ListenerAction |
ListenerAction.weightedForward(List<? extends WeightedTargetGroup> targetGroups,
ForwardOptions options)
(experimental) Forward to one or more Target Groups which are weighted differently.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationListenerRule.Builder |
ApplicationListenerRule.Builder.action(ListenerAction action)
(experimental) Action to perform when requests are received.
|
ApplicationListenerRuleProps.Builder |
ApplicationListenerRuleProps.Builder.action(ListenerAction action)
Sets the value of
BaseApplicationListenerRuleProps.getAction() |
BaseApplicationListenerRuleProps.Builder |
BaseApplicationListenerRuleProps.Builder.action(ListenerAction action)
Sets the value of
BaseApplicationListenerRuleProps.getAction() |
AddApplicationActionProps.Builder |
AddApplicationActionProps.Builder.action(ListenerAction action)
Sets the value of
AddApplicationActionProps.getAction() |
void |
ApplicationListenerRule.configureAction(ListenerAction action)
(experimental) Configure the action to perform for this rule.
|
BaseApplicationListenerProps.Builder |
BaseApplicationListenerProps.Builder.defaultAction(ListenerAction defaultAction)
Sets the value of
BaseApplicationListenerProps.getDefaultAction() |
ApplicationListenerProps.Builder |
ApplicationListenerProps.Builder.defaultAction(ListenerAction defaultAction)
Sets the value of
BaseApplicationListenerProps.getDefaultAction() |
ApplicationListener.Builder |
ApplicationListener.Builder.defaultAction(ListenerAction defaultAction)
(experimental) Default action to take for requests to this listener.
|
AuthenticateOidcOptions.Builder |
AuthenticateOidcOptions.Builder.next(ListenerAction next)
Sets the value of
AuthenticateOidcOptions.getNext() |
| Constructor and Description |
|---|
ListenerAction(CfnListener.ActionProperty actionJson,
ListenerAction next)
(experimental) Create an instance of ListenerAction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticateCognitoAction
(experimental) A Listener Action to authenticate with Cognito.
|
| Modifier and Type | Method and Description |
|---|---|
ListenerAction |
AuthenticateCognitoActionProps.getNext()
(experimental) What action to execute next.
|
ListenerAction |
AuthenticateCognitoActionProps.Jsii$Proxy.getNext() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticateCognitoAction.Builder |
AuthenticateCognitoAction.Builder.next(ListenerAction next)
(experimental) What action to execute next.
|
AuthenticateCognitoActionProps.Builder |
AuthenticateCognitoActionProps.Builder.next(ListenerAction next)
Sets the value of
AuthenticateCognitoActionProps.getNext() |
Copyright © 2022. All rights reserved.