aws-cdk-lib.aws_elasticloadbalancingv2.UnauthenticatedAction

enum UnauthenticatedAction

LanguageType name
.NETAmazon.CDK.AWS.ElasticLoadBalancingV2.UnauthenticatedAction
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awselasticloadbalancingv2#UnauthenticatedAction
Javasoftware.amazon.awscdk.services.elasticloadbalancingv2.UnauthenticatedAction
Pythonaws_cdk.aws_elasticloadbalancingv2.UnauthenticatedAction
TypeScript (source)aws-cdk-lib » aws_elasticloadbalancingv2 » UnauthenticatedAction

What to do with unauthenticated requests.

Members

NameDescription
DENYReturn an HTTP 401 Unauthorized error.
ALLOWAllow the request to be forwarded to the target.
AUTHENTICATERedirect the request to the IdP authorization endpoint.

DENY

Return an HTTP 401 Unauthorized error.


ALLOW

Allow the request to be forwarded to the target.


AUTHENTICATE

Redirect the request to the IdP authorization endpoint.