| 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.TitleAggregation
Description
Synopsis
- data TitleAggregation = TitleAggregation' {}
- newTitleAggregation :: TitleAggregation
- titleAggregation_resourceType :: Lens' TitleAggregation (Maybe AggregationResourceType)
- titleAggregation_sortBy :: Lens' TitleAggregation (Maybe TitleSortBy)
- titleAggregation_sortOrder :: Lens' TitleAggregation (Maybe SortOrder)
- titleAggregation_titles :: Lens' TitleAggregation (Maybe (NonEmpty StringFilter))
- titleAggregation_vulnerabilityIds :: Lens' TitleAggregation (Maybe (NonEmpty StringFilter))
Documentation
data TitleAggregation Source #
The details that define an aggregation based on finding title.
See: newTitleAggregation smart constructor.
Constructors
| TitleAggregation' | |
Fields
| |
Instances
newTitleAggregation :: TitleAggregation Source #
Create a value of TitleAggregation 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:resourceType:TitleAggregation', titleAggregation_resourceType - The resource type to aggregate on.
$sel:sortBy:TitleAggregation', titleAggregation_sortBy - The value to sort results by.
$sel:sortOrder:TitleAggregation', titleAggregation_sortOrder - The order to sort results by.
$sel:titles:TitleAggregation', titleAggregation_titles - The finding titles to aggregate on.
$sel:vulnerabilityIds:TitleAggregation', titleAggregation_vulnerabilityIds - The vulnerability IDs of the findings.
titleAggregation_resourceType :: Lens' TitleAggregation (Maybe AggregationResourceType) Source #
The resource type to aggregate on.
titleAggregation_sortBy :: Lens' TitleAggregation (Maybe TitleSortBy) Source #
The value to sort results by.
titleAggregation_sortOrder :: Lens' TitleAggregation (Maybe SortOrder) Source #
The order to sort results by.
titleAggregation_titles :: Lens' TitleAggregation (Maybe (NonEmpty StringFilter)) Source #
The finding titles to aggregate on.
titleAggregation_vulnerabilityIds :: Lens' TitleAggregation (Maybe (NonEmpty StringFilter)) Source #
The vulnerability IDs of the findings.