ALBAuthorizationAction (schema)

AuthorizationAction

Advanced load balancer AuthorizationAction object
Name Description Type Notes
status_code Status code

HTTP status code to use for local response when an policy
rule is matched.
Enum options - HTTP_RESPONSE_STATUS_CODE_401,
HTTP_RESPONSE_STATUS_CODE_403.
ALBAuthorizationActionHttpStatusCode
type Type

Defines the action taken when an authorization policy rule
is matched.
By default, access is allowed to the requested resource.
Enum options - ALLOW_ACCESS, CLOSE_CONNECTION,
HTTP_LOCAL_RESPONSE.
Default value when not specified in API or module is
interpreted by ALB Controller as ALLOW_ACCESS.
ALBAuthorizationActionEnum Default: "ALLOW_ACCESS"