Amazon DevOps Guru · JSON Structure

Amazon Devops Guru Event Sources Config Structure

Information about the integration of DevOps Guru as consumer with another AWS service, such as AWS CodeGuru Profiler via EventBridge.

Type: object Properties: 1
Anomaly DetectionDevOpsMachine LearningOperational Intelligence

EventSourcesConfig 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

AmazonCodeGuruProfiler

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-event-sources-config-structure.json",
  "description": "Information about the integration of DevOps Guru as consumer with another AWS service, such as AWS CodeGuru Profiler via EventBridge.",
  "type": "object",
  "properties": {
    "AmazonCodeGuruProfiler": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AmazonCodeGuruProfilerIntegration"
        },
        {
          "description": "Information about whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler."
        }
      ]
    }
  },
  "name": "EventSourcesConfig"
}