Amazon DevOps Guru · Schema

ServiceCollection

A collection of the names of Amazon Web Services services.

Anomaly DetectionDevOpsMachine LearningOperational Intelligence

Properties

Name Type Description
ServiceNames object
View JSON Schema on GitHub

JSON Schema

amazon-devops-guru-service-collection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-devops-guru/refs/heads/main/json-schema/amazon-devops-guru-service-collection-schema.json",
  "title": "ServiceCollection",
  "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."
        }
      ]
    }
  }
}