Expression - Amazon Billing and Cost Management
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

tags

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 Amazon SDKs, see the following: