enum UnauthenticatedAction
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ElasticLoadBalancingV2.UnauthenticatedAction |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awselasticloadbalancingv2#UnauthenticatedAction |
Java | software.amazon.awscdk.services.elasticloadbalancingv2.UnauthenticatedAction |
Python | aws_cdk.aws_elasticloadbalancingv2.UnauthenticatedAction |
TypeScript (source) | aws-cdk-lib » aws_elasticloadbalancingv2 » UnauthenticatedAction |
What to do with unauthenticated requests.
Members
| Name | Description |
|---|---|
| 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. |
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.

.NET
Go
Java
Python
TypeScript (