Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data BucketSortCriteria Source #
Specifies criteria for sorting the results of a query for information about S3 buckets.
See: newBucketSortCriteria
smart constructor.
BucketSortCriteria' | |
|
Instances
newBucketSortCriteria :: BucketSortCriteria Source #
Create a value of BucketSortCriteria
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:orderBy:BucketSortCriteria'
, bucketSortCriteria_orderBy
- The sort order to apply to the results, based on the value specified by
the attributeName property. Valid values are: ASC, sort the results in
ascending order; and, DESC, sort the results in descending order.
$sel:attributeName:BucketSortCriteria'
, bucketSortCriteria_attributeName
- The name of the bucket property to sort the results by. This value can
be one of the following properties that Amazon Macie defines as bucket
metadata: accountId, bucketName, classifiableObjectCount,
classifiableSizeInBytes, objectCount, or sizeInBytes.
bucketSortCriteria_orderBy :: Lens' BucketSortCriteria (Maybe OrderBy) Source #
The sort order to apply to the results, based on the value specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
bucketSortCriteria_attributeName :: Lens' BucketSortCriteria (Maybe Text) Source #
The name of the bucket property to sort the results by. This value can be one of the following properties that Amazon Macie defines as bucket metadata: accountId, bucketName, classifiableObjectCount, classifiableSizeInBytes, objectCount, or sizeInBytes.