ALBWafPSMMatchElement (schema)

WafPSMMatchElement

Advanced load balancer WafPSMMatchElement object
Name Description Type Notes
excluded Excluded

Mark this element excluded, like in '!ARGS password'.
Default value when not specified in API or module is
interpreted by ALB Controller as false.
boolean Default: "False"
index Index

Match_element index.
integer Required
name Name

The variable specification.
For example ARGS or REQUEST_COOKIES.
This can be a scalar like PATH_INFO.
Enum options - WAF_VARIABLE_ARGS, WAF_VARIABLE_ARGS_GET,
WAF_VARIABLE_ARGS_POST, WAF_VARIABLE_ARGS_NAMES,
WAF_VARIABLE_REQUEST_COOKIES, WAF_VARIABLE_QUERY_STRING,
WAF_VARIABLE_REQUEST_BASENAME, WAF_VARIABLE_REQUEST_URI,
WAF_VARIABLE_PATH_INFO.
ALBWafVariable Required
sub_element Sub element

The name of the request collection element.
This can be empty, if we address the whole collection or a
scalar element.
string