Amazon CodeGuru Profiler · JSON Structure

Amazon Codeguru Profiler Add Notification Channels Response Structure

The structure representing the AddNotificationChannelsResponse.

Type: object Properties: 1
AmazonApplication PerformanceProfilingDevOpsMachine Learning

AddNotificationChannelsResponse is a JSON Structure definition published by Amazon CodeGuru Profiler, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

notificationConfiguration

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-codeguru-profiler/refs/heads/main/json-structure/amazon-codeguru-profiler-add-notification-channels-response-structure.json",
  "name": "AddNotificationChannelsResponse",
  "description": "The structure representing the AddNotificationChannelsResponse.",
  "type": "object",
  "properties": {
    "notificationConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NotificationConfiguration"
        },
        {
          "description": "The new notification configuration for this profiling group."
        }
      ]
    }
  }
}