| 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.SortCriteria
Description
Synopsis
Documentation
data SortCriteria Source #
Specifies criteria for sorting the results of a request for findings.
See: newSortCriteria smart constructor.
Constructors
| SortCriteria' | |
Fields
| |
Instances
newSortCriteria :: SortCriteria Source #
Create a value of SortCriteria 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:SortCriteria', sortCriteria_attributeName - The name of the property to sort the results by. This value can be the
name of any property that Amazon Macie defines for a finding.
$sel:orderBy:SortCriteria', sortCriteria_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.
sortCriteria_attributeName :: Lens' SortCriteria (Maybe Text) Source #
The name of the property to sort the results by. This value can be the name of any property that Amazon Macie defines for a finding.
sortCriteria_orderBy :: Lens' SortCriteria (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.