ALBPathMatch (schema)

PathMatch

Advanced load balancer PathMatch object
Name Description Type Notes
match_case Match case

Case sensitivity to use for the matching.
Enum options - SENSITIVE, INSENSITIVE.
Default value when not specified in API or module is
interpreted by ALB Controller as INSENSITIVE.
ALBMatchCase Default: "INSENSITIVE"
match_criteria Match criteria

Criterion to use for matching the path in the HTTP request
URI.
Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS,
DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS,
DOES_NOT_EQUAL, REGEX_MATCH, REGEX_DOES_NOT_MATCH.
Default value when not specified in API or module is
interpreted by ALB Controller as CONTAINS.
ALBStringOperation Required
Default: "CONTAINS"
match_str Match str

String values.
array of string
string_group_paths String group paths

path of the string group(s).
It is a reference to an object of type StringGroup.
array of string