Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data InventoryAggregator = InventoryAggregator' {}
- newInventoryAggregator :: InventoryAggregator
- inventoryAggregator_groups :: Lens' InventoryAggregator (Maybe (NonEmpty InventoryGroup))
- inventoryAggregator_aggregators :: Lens' InventoryAggregator (Maybe (NonEmpty InventoryAggregator))
- inventoryAggregator_expression :: Lens' InventoryAggregator (Maybe Text)
Documentation
data InventoryAggregator Source #
Specifies the inventory type and attribute for the aggregation execution.
See: newInventoryAggregator
smart constructor.
InventoryAggregator' | |
|
Instances
newInventoryAggregator :: InventoryAggregator Source #
Create a value of InventoryAggregator
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:groups:InventoryAggregator'
, inventoryAggregator_groups
- A user-defined set of one or more filters on which to aggregate
inventory data. Groups return a count of resources that match and don't
match the specified criteria.
$sel:aggregators:InventoryAggregator'
, inventoryAggregator_aggregators
- Nested aggregators to further refine aggregation for an inventory type.
$sel:expression:InventoryAggregator'
, inventoryAggregator_expression
- The inventory type and attribute name for aggregation.
inventoryAggregator_groups :: Lens' InventoryAggregator (Maybe (NonEmpty InventoryGroup)) Source #
A user-defined set of one or more filters on which to aggregate inventory data. Groups return a count of resources that match and don't match the specified criteria.
inventoryAggregator_aggregators :: Lens' InventoryAggregator (Maybe (NonEmpty InventoryAggregator)) Source #
Nested aggregators to further refine aggregation for an inventory type.
inventoryAggregator_expression :: Lens' InventoryAggregator (Maybe Text) Source #
The inventory type and attribute name for aggregation.