Amazon Macie · Schema

UsageStatisticsSortKey

The field to use to sort the results of a query for Amazon Macie account quotas and usage data. Valid values are:

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3
View JSON Schema on GitHub

JSON Schema

amazon-macie-usage-statistics-sort-key-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-usage-statistics-sort-key-schema.json",
  "title": "UsageStatisticsSortKey",
  "description": "The field to use to sort the results of a query for Amazon Macie account quotas and usage data. Valid values are:",
  "type": "string",
  "enum": [
    "accountId",
    "total",
    "serviceLimitValue",
    "freeTrialStartDate"
  ]
}