Uses of Enum
software.amazon.awscdk.services.elasticloadbalancingv2.UnauthenticatedAction
Packages that use UnauthenticatedAction
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
Actions for AWS Elastic Load Balancing V2
-
Uses of UnauthenticatedAction in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return UnauthenticatedActionModifier and TypeMethodDescriptiondefault UnauthenticatedActionAuthenticateOidcOptions.getOnUnauthenticatedRequest()The behavior if the user is not authenticated.final UnauthenticatedActionAuthenticateOidcOptions.Jsii$Proxy.getOnUnauthenticatedRequest()static UnauthenticatedActionReturns 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.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type UnauthenticatedActionModifier and TypeMethodDescriptionAuthenticateOidcOptions.Builder.onUnauthenticatedRequest(UnauthenticatedAction onUnauthenticatedRequest) Sets the value ofAuthenticateOidcOptions.getOnUnauthenticatedRequest() -
Uses of UnauthenticatedAction in software.amazon.awscdk.services.elasticloadbalancingv2.actions
Methods in software.amazon.awscdk.services.elasticloadbalancingv2.actions that return UnauthenticatedActionModifier and TypeMethodDescriptiondefault UnauthenticatedActionAuthenticateCognitoActionProps.getOnUnauthenticatedRequest()The behavior if the user is not authenticated.final UnauthenticatedActionAuthenticateCognitoActionProps.Jsii$Proxy.getOnUnauthenticatedRequest()Methods in software.amazon.awscdk.services.elasticloadbalancingv2.actions with parameters of type UnauthenticatedActionModifier and TypeMethodDescriptionAuthenticateCognitoAction.Builder.onUnauthenticatedRequest(UnauthenticatedAction onUnauthenticatedRequest) The behavior if the user is not authenticated.AuthenticateCognitoActionProps.Builder.onUnauthenticatedRequest(UnauthenticatedAction onUnauthenticatedRequest) Sets the value ofAuthenticateCognitoActionProps.getOnUnauthenticatedRequest()