Amazon Macie · JSON Structure

Amazon Macie Service Limit Structure

Specifies a current quota for an Amazon Macie account.

Type: object Properties: 3
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

ServiceLimit is a JSON Structure definition published by Amazon Macie, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

isServiceLimited unit value

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-structure/amazon-macie-service-limit-structure.json",
  "name": "ServiceLimit",
  "description": "Specifies a current quota for an Amazon Macie account.",
  "type": "object",
  "properties": {
    "isServiceLimited": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__boolean"
        },
        {
          "description": "Specifies whether the account has met the quota that corresponds to the metric specified by the UsageByAccount.type field in the response."
        }
      ]
    },
    "unit": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Unit"
        },
        {
          "description": "The unit of measurement for the value specified by the value field."
        }
      ]
    },
    "value": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__long"
        },
        {
          "description": "The value for the metric specified by the UsageByAccount.type field in the response."
        }
      ]
    }
  }
}