| 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.ImageLayerAggregation
Description
Synopsis
- data ImageLayerAggregation = ImageLayerAggregation' {}
- newImageLayerAggregation :: ImageLayerAggregation
- imageLayerAggregation_layerHashes :: Lens' ImageLayerAggregation (Maybe (NonEmpty StringFilter))
- imageLayerAggregation_repositories :: Lens' ImageLayerAggregation (Maybe (NonEmpty StringFilter))
- imageLayerAggregation_resourceIds :: Lens' ImageLayerAggregation (Maybe (NonEmpty StringFilter))
- imageLayerAggregation_sortBy :: Lens' ImageLayerAggregation (Maybe ImageLayerSortBy)
- imageLayerAggregation_sortOrder :: Lens' ImageLayerAggregation (Maybe SortOrder)
Documentation
data ImageLayerAggregation Source #
The details that define an aggregation based on container image layers.
See: newImageLayerAggregation smart constructor.
Constructors
| ImageLayerAggregation' | |
Fields
| |
Instances
newImageLayerAggregation :: ImageLayerAggregation Source #
Create a value of ImageLayerAggregation 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:layerHashes:ImageLayerAggregation', imageLayerAggregation_layerHashes - The hashes associated with the layers.
$sel:repositories:ImageLayerAggregation', imageLayerAggregation_repositories - The repository associated with the container image hosting the layers.
$sel:resourceIds:ImageLayerAggregation', imageLayerAggregation_resourceIds - The ID of the container image layer.
$sel:sortBy:ImageLayerAggregation', imageLayerAggregation_sortBy - The value to sort results by.
$sel:sortOrder:ImageLayerAggregation', imageLayerAggregation_sortOrder - The order to sort results by.
imageLayerAggregation_layerHashes :: Lens' ImageLayerAggregation (Maybe (NonEmpty StringFilter)) Source #
The hashes associated with the layers.
imageLayerAggregation_repositories :: Lens' ImageLayerAggregation (Maybe (NonEmpty StringFilter)) Source #
The repository associated with the container image hosting the layers.
imageLayerAggregation_resourceIds :: Lens' ImageLayerAggregation (Maybe (NonEmpty StringFilter)) Source #
The ID of the container image layer.
imageLayerAggregation_sortBy :: Lens' ImageLayerAggregation (Maybe ImageLayerSortBy) Source #
The value to sort results by.
imageLayerAggregation_sortOrder :: Lens' ImageLayerAggregation (Maybe SortOrder) Source #
The order to sort results by.