Amazon Shield · JSON Structure

Amazon Shield Api Summarized Counter Structure

SummarizedCounter schema from api

Type: object Properties: 6
DDoS ProtectionNetworkingSecurity

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

Properties

Name Max Average Sum N Unit

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-shield/refs/heads/main/json-structure/amazon-shield-api-summarized-counter-structure.json",
  "description": "SummarizedCounter schema from api",
  "type": "object",
  "properties": {
    "Name": {
      "type": "string"
    },
    "Max": {
      "type": "double"
    },
    "Average": {
      "type": "double"
    },
    "Sum": {
      "type": "double"
    },
    "N": {
      "type": "int32"
    },
    "Unit": {
      "type": "string"
    }
  },
  "name": "SummarizedCounter"
}