UnauthenticatedAction
- class aws_cdk.aws_elasticloadbalancingv2.UnauthenticatedAction(value)
Bases:
Enum
What to do with unauthenticated requests.
Attributes
- 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.