| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IotTwinMaker.Types.TabularConditions
Description
Documentation
data TabularConditions Source #
The tabular conditions.
See: newTabularConditions smart constructor.
Constructors
| TabularConditions' | |
Fields
| |
Instances
newTabularConditions :: TabularConditions Source #
Create a value of TabularConditions with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:orderBy:TabularConditions', tabularConditions_orderBy - Filter criteria that orders the output. It can be sorted in ascending or
descending order.
$sel:propertyFilters:TabularConditions', tabularConditions_propertyFilters - You can filter the request using various logical operators and a
key-value format. For example:
{"key": "serverType", "value": "webServer"}tabularConditions_orderBy :: Lens' TabularConditions (Maybe (NonEmpty OrderBy)) Source #
Filter criteria that orders the output. It can be sorted in ascending or descending order.
tabularConditions_propertyFilters :: Lens' TabularConditions (Maybe (NonEmpty PropertyFilter)) Source #
You can filter the request using various logical operators and a key-value format. For example:
{"key": "serverType", "value": "webServer"}