Amazon Lookout for Metrics · JSON Structure

Amazon Lookout For Metrics Attribute Value Structure

An attribute value.

Type: object Properties: 6
Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

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

Properties

S N B SS NS BS

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-lookout-for-metrics/refs/heads/main/json-structure/amazon-lookout-for-metrics-attribute-value-structure.json",
  "name": "AttributeValue",
  "description": "An attribute value.",
  "type": "object",
  "properties": {
    "S": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StringAttributeValue"
        },
        {
          "description": "A string."
        }
      ]
    },
    "N": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NumberAttributeValue"
        },
        {
          "description": "A number."
        }
      ]
    },
    "B": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BinaryAttributeValue"
        },
        {
          "description": "A binary value."
        }
      ]
    },
    "SS": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StringListAttributeValue"
        },
        {
          "description": "A list of strings."
        }
      ]
    },
    "NS": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NumberListAttributeValue"
        },
        {
          "description": "A list of numbers."
        }
      ]
    },
    "BS": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BinaryListAttributeValue"
        },
        {
          "description": "A list of binary values."
        }
      ]
    }
  }
}