Amazon DevOps Guru · JSON Structure

Amazon Devops Guru Ops Center Integration Structure

Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight.

Type: object Properties: 1
Anomaly DetectionDevOpsMachine LearningOperational Intelligence

OpsCenterIntegration 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

OptInStatus

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-ops-center-integration-structure.json",
  "description": "Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight.",
  "type": "object",
  "properties": {
    "OptInStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OptInStatus"
        },
        {
          "description": " Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight. "
        }
      ]
    }
  },
  "name": "OpsCenterIntegration"
}