TabularConditions
The tabular conditions.
Contents
- orderBy
-
Filter criteria that orders the output. It can be sorted in ascending or descending order.
Type: Array of OrderBy objects
Array Members: Minimum number of 1 item. Maximum number of 10 items.
Required: No
- propertyFilters
-
You can filter the request using various logical operators and a key-value format. For example:
{"key": "serverType", "value": "webServer"}
Type: Array of PropertyFilter objects
Array Members: Minimum number of 1 item. Maximum number of 10 items.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: