| 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() |
ApplicationListener.Builder |
ApplicationListener.Builder.defaultAction(ListenerAction defaultAction)
(experimental) Default action to take for requests to this listener.
|
ApplicationListenerProps.Builder |
ApplicationListenerProps.Builder.defaultAction(ListenerAction defaultAction)
Sets the value of
BaseApplicationListenerProps.getDefaultAction() |
AuthenticateOidcOptions.Builder |
AuthenticateOidcOptions.Builder.next(ListenerAction next)
Sets the value of
AuthenticateOidcOptions.getNext() |
| Constructor and Description |
|---|
Jsii$Proxy(IApplicationListener listener,
Number priority,
ListenerAction action,
List<? extends ListenerCondition> conditions,
List<? extends IApplicationTargetGroup> targetGroups)
Constructor that initializes the object based on literal property values passed by the
ApplicationListenerRuleProps.Builder. |
Jsii$Proxy(IApplicationLoadBalancer loadBalancer,
List<? extends IListenerCertificate> certificates,
ListenerAction defaultAction,
List<? extends IApplicationTargetGroup> defaultTargetGroups,
Boolean open,
Number port,
ApplicationProtocol protocol,
SslPolicy sslPolicy)
Constructor that initializes the object based on literal property values passed by the
ApplicationListenerProps.Builder. |
Jsii$Proxy(List<? extends IListenerCertificate> certificates,
ListenerAction defaultAction,
List<? extends IApplicationTargetGroup> defaultTargetGroups,
Boolean open,
Number port,
ApplicationProtocol protocol,
SslPolicy sslPolicy)
Constructor that initializes the object based on literal property values passed by the
BaseApplicationListenerProps.Builder. |
Jsii$Proxy(ListenerAction action,
List<? extends ListenerCondition> conditions,
Number priority)
Constructor that initializes the object based on literal property values passed by the
AddApplicationActionProps.Builder. |
Jsii$Proxy(Number priority,
ListenerAction action,
List<? extends ListenerCondition> conditions,
List<? extends IApplicationTargetGroup> targetGroups)
Constructor that initializes the object based on literal property values passed by the
BaseApplicationListenerRuleProps.Builder. |
Jsii$Proxy(String authorizationEndpoint,
String clientId,
SecretValue clientSecret,
String issuer,
ListenerAction next,
String tokenEndpoint,
String userInfoEndpoint,
Map<String,String> authenticationRequestExtraParams,
UnauthenticatedAction onUnauthenticatedRequest,
String scope,
String sessionCookieName,
Duration sessionTimeout)
Constructor that initializes the object based on literal property values passed by the
AuthenticateOidcOptions.Builder. |
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 |
|---|---|
AuthenticateCognitoActionProps.Builder |
AuthenticateCognitoActionProps.Builder.next(ListenerAction next)
Sets the value of
AuthenticateCognitoActionProps.getNext() |
AuthenticateCognitoAction.Builder |
AuthenticateCognitoAction.Builder.next(ListenerAction next)
(experimental) What action to execute next.
|
| Constructor and Description |
|---|
Jsii$Proxy(ListenerAction next,
IUserPool userPool,
IUserPoolClient userPoolClient,
IUserPoolDomain userPoolDomain,
Map<String,String> authenticationRequestExtraParams,
UnauthenticatedAction onUnauthenticatedRequest,
String scope,
String sessionCookieName,
Duration sessionTimeout)
Constructor that initializes the object based on literal property values passed by the
AuthenticateCognitoActionProps.Builder. |
Copyright © 2021. All rights reserved.