GroupFilters
Specifies a group of filters with a logical operator that determines how the filters are combined to evaluate routing conditions.
Contents
- Filters
-
A list of filter expressions that define the conditions for this group.
Type: Array of FilterExpression objects
Required: Yes
- GroupName
-
The name of the filter group.
Type: String
Pattern:
[A-Za-z0-9_-]*
Required: Yes
- LogicalOperator
-
The logical operator used to combine the filters in this group. Determines whether all filters must match (AND) or any filter can match (OR).
Type: String
Valid Values:
AND | OR
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: