ALBFailAction (schema)

FailAction

Advanced load balancer FailAction object
Name Description Type Notes
local_rsp Local rsp

Local response to HTTP requests when pool experiences a
failure.
ALBFailActionHTTPLocalResponse
redirect Redirect

URL to redirect HTTP requests to when pool experiences a
failure.
ALBFailActionHTTPRedirect
type Type

Enables a response to client when pool experiences a
failure.
By default TCP connection is closed.
Enum options - FAIL_ACTION_HTTP_REDIRECT,
FAIL_ACTION_HTTP_LOCAL_RSP, FAIL_ACTION_CLOSE_CONN.
Allowed in Basic(Allowed values-
FAIL_ACTION_CLOSE_CONN,FAIL_ACTION_HTTP_REDIRECT) edition,
Essentials(Allowed values- FAIL_ACTION_CLOSE_CONN) edition,
Enterprise edition.
Default value when not specified in API or module is
interpreted by ALB Controller as FAIL_ACTION_CLOSE_CONN.
ALBFailActionEnum Required
Default: "FAIL_ACTION_CLOSE_CONN"