Amazon DevOps Guru · JSON Structure

Amazon Devops Guru Sns Channel Config Structure

Contains the Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications

Type: object Properties: 1
Anomaly DetectionDevOpsMachine LearningOperational Intelligence

SnsChannelConfig 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

TopicArn

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-sns-channel-config-structure.json",
  "description": "Contains the Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic.  If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications",
  "type": "object",
  "properties": {
    "TopicArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TopicArn"
        },
        {
          "description": " The Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic. "
        }
      ]
    }
  },
  "name": "SnsChannelConfig"
}