Amazon X-Ray · Schema

UpdateGroupResult

UpdateGroupResult schema from Amazon X-Ray API

Application PerformanceDebuggingDistributed TracingMonitoringObservability

Properties

Name Type Description
Group object
View JSON Schema on GitHub

JSON Schema

xray-update-group-result-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Group": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Group"
        },
        {
          "description": "The group that was updated. Contains the name of the group that was updated, the ARN of the group that was updated, the updated filter expression, and the updated insight configuration assigned to the group."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateGroupResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-update-group-result-schema.json",
  "description": "UpdateGroupResult schema from Amazon X-Ray API"
}