Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BucketSortCriteria

import type { BucketSortCriteria } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

Specifies criteria for sorting the results of a query for information about S3 buckets.

interface BucketSortCriteria {
attributeName?: string | null;
orderBy?: OrderBy | null;
}

§Properties

§
attributeName?: string | null
[src]

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.

§
orderBy?: OrderBy | null
[src]

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.