{ "additionalProperties": false, "description": "Advanced load balancer AuthorizationAction object", "id": "ALBAuthorizationAction", "module_id": "PolicyAdvancedLoadBalancer", "properties": { "status_code": { "$ref": "ALBAuthorizationActionHttpStatusCode, "description": "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.", "required": false, "title": "Status code" }, "type": { "$ref": "ALBAuthorizationActionEnum, "default": "ALLOW_ACCESS", "description": "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.", "required": false, "title": "Type" } }, "title": "AuthorizationAction", "type": "object" }