Amazon Macie · Schema

SearchResourcesSortAttributeName

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

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3
View JSON Schema on GitHub

JSON Schema

amazon-macie-search-resources-sort-attribute-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-schema/amazon-macie-search-resources-sort-attribute-name-schema.json",
  "title": "SearchResourcesSortAttributeName",
  "description": "The property to sort the query results by. Valid values are:",
  "type": "string",
  "enum": [
    "ACCOUNT_ID",
    "RESOURCE_NAME",
    "S3_CLASSIFIABLE_OBJECT_COUNT",
    "S3_CLASSIFIABLE_SIZE_IN_BYTES"
  ]
}