| 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.AmiAggregation
Description
Documentation
data AmiAggregation Source #
The details that define an aggregation based on Amazon machine images (AMIs).
See: newAmiAggregation smart constructor.
Constructors
| AmiAggregation' | |
Instances
newAmiAggregation :: AmiAggregation Source #
Create a value of AmiAggregation 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:amis:AmiAggregation', amiAggregation_amis - The IDs of AMIs to aggregate findings for.
$sel:sortBy:AmiAggregation', amiAggregation_sortBy - The value to sort results by.
$sel:sortOrder:AmiAggregation', amiAggregation_sortOrder - The order to sort results by.
amiAggregation_amis :: Lens' AmiAggregation (Maybe (NonEmpty StringFilter)) Source #
The IDs of AMIs to aggregate findings for.
amiAggregation_sortBy :: Lens' AmiAggregation (Maybe AmiSortBy) Source #
The value to sort results by.
amiAggregation_sortOrder :: Lens' AmiAggregation (Maybe SortOrder) Source #
The order to sort results by.