| 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.Inspector2.Types.AccountAggregation
Description
Synopsis
- data AccountAggregation = AccountAggregation' {}
- newAccountAggregation :: AccountAggregation
- accountAggregation_findingType :: Lens' AccountAggregation (Maybe AggregationFindingType)
- accountAggregation_resourceType :: Lens' AccountAggregation (Maybe AggregationResourceType)
- accountAggregation_sortBy :: Lens' AccountAggregation (Maybe AccountSortBy)
- accountAggregation_sortOrder :: Lens' AccountAggregation (Maybe SortOrder)
Documentation
data AccountAggregation Source #
An object that contains details about an aggregation response based on Amazon Web Services accounts.
See: newAccountAggregation smart constructor.
Constructors
| AccountAggregation' | |
Fields
| |
Instances
newAccountAggregation :: AccountAggregation Source #
Create a value of AccountAggregation 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:findingType:AccountAggregation', accountAggregation_findingType - The type of finding.
$sel:resourceType:AccountAggregation', accountAggregation_resourceType - The type of resource.
$sel:sortBy:AccountAggregation', accountAggregation_sortBy - The value to sort by.
$sel:sortOrder:AccountAggregation', accountAggregation_sortOrder - The sort order (ascending or descending).
accountAggregation_findingType :: Lens' AccountAggregation (Maybe AggregationFindingType) Source #
The type of finding.
accountAggregation_resourceType :: Lens' AccountAggregation (Maybe AggregationResourceType) Source #
The type of resource.
accountAggregation_sortBy :: Lens' AccountAggregation (Maybe AccountSortBy) Source #
The value to sort by.
accountAggregation_sortOrder :: Lens' AccountAggregation (Maybe SortOrder) Source #
The sort order (ascending or descending).