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

SearchResourcesSortAttributeName

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

The property to sort the query results by. Valid values are:

type SearchResourcesSortAttributeName =
| "ACCOUNT_ID"
| "RESOURCE_NAME"
| "S3_CLASSIFIABLE_OBJECT_COUNT"
| "S3_CLASSIFIABLE_SIZE_IN_BYTES"

§Type

§
"ACCOUNT_ID" | "RESOURCE_NAME" | "S3_CLASSIFIABLE_OBJECT_COUNT" | "S3_CLASSIFIABLE_SIZE_IN_BYTES" | cmnP.UnexpectedEnumValue
[src]