| 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.MacieV2.Types.SearchResourcesSortCriteria
Description
Synopsis
- data SearchResourcesSortCriteria = SearchResourcesSortCriteria' {}
- newSearchResourcesSortCriteria :: SearchResourcesSortCriteria
- searchResourcesSortCriteria_attributeName :: Lens' SearchResourcesSortCriteria (Maybe SearchResourcesSortAttributeName)
- searchResourcesSortCriteria_orderBy :: Lens' SearchResourcesSortCriteria (Maybe OrderBy)
Documentation
data SearchResourcesSortCriteria Source #
Specifies criteria for sorting the results of a query for information about Amazon Web Services resources that Amazon Macie monitors and analyzes.
See: newSearchResourcesSortCriteria smart constructor.
Constructors
| SearchResourcesSortCriteria' | |
Fields
| |
Instances
newSearchResourcesSortCriteria :: SearchResourcesSortCriteria Source #
Create a value of SearchResourcesSortCriteria 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:attributeName:SearchResourcesSortCriteria', searchResourcesSortCriteria_attributeName - The property to sort the results by.
$sel:orderBy:SearchResourcesSortCriteria', searchResourcesSortCriteria_orderBy - The sort order to apply to the results, based on the value for the
property specified by the attributeName property. Valid values are: ASC,
sort the results in ascending order; and, DESC, sort the results in
descending order.
searchResourcesSortCriteria_attributeName :: Lens' SearchResourcesSortCriteria (Maybe SearchResourcesSortAttributeName) Source #
The property to sort the results by.
searchResourcesSortCriteria_orderBy :: Lens' SearchResourcesSortCriteria (Maybe OrderBy) Source #
The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.