Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.actions.AuthenticateCognitoAction.Builder
Packages that use AuthenticateCognitoAction.Builder
Package
Description
Actions for AWS Elastic Load Balancing V2
-
Uses of AuthenticateCognitoAction.Builder in software.amazon.awscdk.services.elasticloadbalancingv2.actions
Methods in software.amazon.awscdk.services.elasticloadbalancingv2.actions that return AuthenticateCognitoAction.BuilderModifier and TypeMethodDescriptionAuthenticateCognitoAction.Builder.authenticationRequestExtraParams(Map<String, String> authenticationRequestExtraParams) The query parameters (up to 10) to include in the redirect request to the authorization endpoint.AuthenticateCognitoAction.Builder.create()AuthenticateCognitoAction.Builder.next(ListenerAction next) What action to execute next.AuthenticateCognitoAction.Builder.onUnauthenticatedRequest(UnauthenticatedAction onUnauthenticatedRequest) The behavior if the user is not authenticated.The set of user claims to be requested from the IdP.AuthenticateCognitoAction.Builder.sessionCookieName(String sessionCookieName) The name of the cookie used to maintain session information.AuthenticateCognitoAction.Builder.sessionTimeout(Duration sessionTimeout) The maximum duration of the authentication session.The Amazon Cognito user pool.AuthenticateCognitoAction.Builder.userPoolClient(IUserPoolClient userPoolClient) The Amazon Cognito user pool client.AuthenticateCognitoAction.Builder.userPoolDomain(IUserPoolDomain userPoolDomain) The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.