| 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.AwsEcrContainerAggregation
Description
Synopsis
- data AwsEcrContainerAggregation = AwsEcrContainerAggregation' {}
- newAwsEcrContainerAggregation :: AwsEcrContainerAggregation
- awsEcrContainerAggregation_architectures :: Lens' AwsEcrContainerAggregation (Maybe (NonEmpty StringFilter))
- awsEcrContainerAggregation_imageShas :: Lens' AwsEcrContainerAggregation (Maybe (NonEmpty StringFilter))
- awsEcrContainerAggregation_imageTags :: Lens' AwsEcrContainerAggregation (Maybe (NonEmpty StringFilter))
- awsEcrContainerAggregation_repositories :: Lens' AwsEcrContainerAggregation (Maybe (NonEmpty StringFilter))
- awsEcrContainerAggregation_resourceIds :: Lens' AwsEcrContainerAggregation (Maybe (NonEmpty StringFilter))
- awsEcrContainerAggregation_sortBy :: Lens' AwsEcrContainerAggregation (Maybe AwsEcrContainerSortBy)
- awsEcrContainerAggregation_sortOrder :: Lens' AwsEcrContainerAggregation (Maybe SortOrder)
Documentation
data AwsEcrContainerAggregation Source #
An aggregation of information about Amazon ECR containers.
See: newAwsEcrContainerAggregation smart constructor.
Constructors
| AwsEcrContainerAggregation' | |
Fields
| |
Instances
newAwsEcrContainerAggregation :: AwsEcrContainerAggregation Source #
Create a value of AwsEcrContainerAggregation 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:architectures:AwsEcrContainerAggregation', awsEcrContainerAggregation_architectures - The architecture of the containers.
$sel:imageShas:AwsEcrContainerAggregation', awsEcrContainerAggregation_imageShas - The image SHA values.
$sel:imageTags:AwsEcrContainerAggregation', awsEcrContainerAggregation_imageTags - The image tags.
$sel:repositories:AwsEcrContainerAggregation', awsEcrContainerAggregation_repositories - The container repositories.
$sel:resourceIds:AwsEcrContainerAggregation', awsEcrContainerAggregation_resourceIds - The container resource IDs.
$sel:sortBy:AwsEcrContainerAggregation', awsEcrContainerAggregation_sortBy - The value to sort by.
$sel:sortOrder:AwsEcrContainerAggregation', awsEcrContainerAggregation_sortOrder - The sort order (ascending or descending).
awsEcrContainerAggregation_architectures :: Lens' AwsEcrContainerAggregation (Maybe (NonEmpty StringFilter)) Source #
The architecture of the containers.
awsEcrContainerAggregation_imageShas :: Lens' AwsEcrContainerAggregation (Maybe (NonEmpty StringFilter)) Source #
The image SHA values.
awsEcrContainerAggregation_imageTags :: Lens' AwsEcrContainerAggregation (Maybe (NonEmpty StringFilter)) Source #
The image tags.
awsEcrContainerAggregation_repositories :: Lens' AwsEcrContainerAggregation (Maybe (NonEmpty StringFilter)) Source #
The container repositories.
awsEcrContainerAggregation_resourceIds :: Lens' AwsEcrContainerAggregation (Maybe (NonEmpty StringFilter)) Source #
The container resource IDs.
awsEcrContainerAggregation_sortBy :: Lens' AwsEcrContainerAggregation (Maybe AwsEcrContainerSortBy) Source #
The value to sort by.
awsEcrContainerAggregation_sortOrder :: Lens' AwsEcrContainerAggregation (Maybe SortOrder) Source #
The sort order (ascending or descending).