| 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.SSM.Types.InventoryAggregator
Description
Synopsis
- data InventoryAggregator = InventoryAggregator' {}
- newInventoryAggregator :: InventoryAggregator
- inventoryAggregator_aggregators :: Lens' InventoryAggregator (Maybe (NonEmpty InventoryAggregator))
- inventoryAggregator_expression :: Lens' InventoryAggregator (Maybe Text)
- inventoryAggregator_groups :: Lens' InventoryAggregator (Maybe (NonEmpty InventoryGroup))
Documentation
data InventoryAggregator Source #
Specifies the inventory type and attribute for the aggregation execution.
See: newInventoryAggregator smart constructor.
Constructors
| InventoryAggregator' | |
Fields
| |
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: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.
$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.
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.
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.