AWS X-Ray · Schema

GroupSummary

DebuggingDistributed TracingMicroservicesObservability

Properties

Name Type Description
GroupName string
GroupARN string
FilterExpression string
InsightsConfiguration object
View JSON Schema on GitHub

JSON Schema

x-ray-groupsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GroupSummary",
  "type": "object",
  "properties": {
    "GroupName": {
      "type": "string"
    },
    "GroupARN": {
      "type": "string"
    },
    "FilterExpression": {
      "type": "string"
    },
    "InsightsConfiguration": {
      "type": "object",
      "properties": {
        "InsightsEnabled": {
          "type": "boolean"
        },
        "NotificationsEnabled": {
          "type": "boolean"
        }
      }
    }
  }
}