Amazon X-Ray · JSON Structure

Xray Update Group Result Structure

UpdateGroupResult schema from Amazon X-Ray API

Type: object Properties: 1
Application PerformanceDebuggingDistributed TracingMonitoringObservability

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

Properties

Group

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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-structure.org/meta/core/v0/#",
  "name": "UpdateGroupResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-update-group-result-structure.json",
  "description": "UpdateGroupResult schema from Amazon X-Ray API"
}