{ "$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" }