Expression
Defines complex filtering conditions using logical operators (AND
,
OR
, NOT
) and various filter types.
Contents
- and
-
A list of expressions to combine with AND logic.
Type: Array of Expression objects
Required: No
- costCategories
-
The cost category values to include in the filter expression.
Type: CostCategoryValues object
Required: No
- dimensions
-
The dimension values to include in the filter expression.
Type: DimensionValues object
Required: No
- not
-
An expression to negate with NOT logic.
Type: Expression object
Required: No
- or
-
A list of expressions to combine with OR logic.
Type: Array of Expression objects
Required: No
-
The tag values to include in the filter expression.
Type: TagValues object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: