| 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()
(experimental) 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() |
| Constructor and Description |
|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
default UnauthenticatedAction |
AuthenticateCognitoActionProps.getOnUnauthenticatedRequest()
(experimental) The behavior if the user is not authenticated.
|
UnauthenticatedAction |
AuthenticateCognitoActionProps.Jsii$Proxy.getOnUnauthenticatedRequest() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticateCognitoActionProps.Builder |
AuthenticateCognitoActionProps.Builder.onUnauthenticatedRequest(UnauthenticatedAction onUnauthenticatedRequest)
Sets the value of
AuthenticateCognitoActionProps.getOnUnauthenticatedRequest() |
AuthenticateCognitoAction.Builder |
AuthenticateCognitoAction.Builder.onUnauthenticatedRequest(UnauthenticatedAction onUnauthenticatedRequest)
(experimental) The behavior if the user is not authenticated.
|
| 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.