Amazon DevOps Guru · JSON Structure

Amazon Devops Guru Service Collection Structure

A collection of the names of Amazon Web Services services.

Type: object Properties: 1
Anomaly DetectionDevOpsMachine LearningOperational Intelligence

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

Properties

ServiceNames

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-devops-guru/refs/heads/main/json-structure/amazon-devops-guru-service-collection-structure.json",
  "description": "A collection of the names of Amazon Web Services services.",
  "type": "object",
  "properties": {
    "ServiceNames": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ServiceNames"
        },
        {
          "description": "An array of strings that each specifies the name of an Amazon Web Services service."
        }
      ]
    }
  },
  "name": "ServiceCollection"
}