UnauthenticatedAction
- class aws_cdk.aws_elasticloadbalancingv2.UnauthenticatedAction(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
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.