enum UnauthenticatedAction
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ElasticLoadBalancingV2.UnauthenticatedAction |
Java | software.amazon.awscdk.services.elasticloadbalancingv2.UnauthenticatedAction |
Python | aws_cdk.aws_elasticloadbalancingv2.UnauthenticatedAction |
TypeScript (source) | @aws-cdk/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
Java
Python
TypeScript (