| 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 |
|---|---|
default UnauthenticatedAction |
AuthenticateOidcOptions.getOnUnauthenticatedRequest()
The behavior if the user is not authenticated.
|
UnauthenticatedAction |
AuthenticateOidcOptions.Jsii$Proxy.getOnUnauthenticatedRequest() |
static UnauthenticatedAction |
UnauthenticatedAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnauthenticatedAction[] |
UnauthenticatedAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticateOidcOptions.Builder |
AuthenticateOidcOptions.Builder.onUnauthenticatedRequest(UnauthenticatedAction onUnauthenticatedRequest)
Sets the value of
AuthenticateOidcOptions.getOnUnauthenticatedRequest() |
| Modifier and Type | Method and Description |
|---|---|
default UnauthenticatedAction |
AuthenticateCognitoActionProps.getOnUnauthenticatedRequest()
The behavior if the user is not authenticated.
|
UnauthenticatedAction |
AuthenticateCognitoActionProps.Jsii$Proxy.getOnUnauthenticatedRequest() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticateCognitoAction.Builder |
AuthenticateCognitoAction.Builder.onUnauthenticatedRequest(UnauthenticatedAction onUnauthenticatedRequest)
The behavior if the user is not authenticated.
|
AuthenticateCognitoActionProps.Builder |
AuthenticateCognitoActionProps.Builder.onUnauthenticatedRequest(UnauthenticatedAction onUnauthenticatedRequest)
Sets the value of
AuthenticateCognitoActionProps.getOnUnauthenticatedRequest() |
Copyright © 2022. All rights reserved.