Expression
Represents a complex filtering expression for cost and usage data.
Contents
- and
 - 
               
A list of expressions to be combined with AND logic.
Type: Array of Expression objects
Required: No
 - costCategories
 - 
               
Filters based on cost categories.
Type: ExpressionFilter object
Required: No
 - dimensions
 - 
               
Filters based on dimensions (e.g., service, operation).
Type: ExpressionFilter object
Required: No
 - not
 - 
               
An expression to be negated.
Type: Expression object
Required: No
 - or
 - 
               
A list of expressions to be combined with OR logic.
Type: Array of Expression objects
Required: No
 - 
               
Filters based on resource tags.
Type: ExpressionFilter object
Required: No
 
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: