Amazon IoT Device Defender · JSON Structure

Iot Device Defender Terms Aggregation Structure

Performs an aggregation that will return a list of buckets. The list of buckets is a ranked list of the number of occurrences of an aggregation field value.

Type: object Properties: 1
ComplianceIoTSecurityVulnerability Management

TermsAggregation is a JSON Structure definition published by Amazon IoT Device Defender, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

maxBuckets

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-iot-device-defender/refs/heads/main/json-structure/iot-device-defender-terms-aggregation-structure.json",
  "name": "TermsAggregation",
  "description": "Performs an aggregation that will return a list of buckets. The list of buckets is a ranked list of the number of occurrences of an aggregation field value.",
  "type": "object",
  "properties": {
    "maxBuckets": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxBuckets"
        },
        {
          "description": "The number of buckets to return in the response. Default to 10."
        }
      ]
    }
  }
}