Amazon CodeGuru Profiler · JSON Structure

Amazon Codeguru Profiler Configure Agent Response Structure

The structure representing the configureAgentResponse.

Type: object Properties: 1 Required: 1
AmazonApplication PerformanceProfilingDevOpsMachine Learning

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

Properties

configuration

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-configure-agent-response-structure.json",
  "name": "ConfigureAgentResponse",
  "description": "The structure representing the configureAgentResponse.",
  "type": "object",
  "properties": {
    "configuration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AgentConfiguration"
        },
        {
          "description": " An <a href=\"https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_AgentConfiguration.html\"> <code>AgentConfiguration</code> </a> object that specifies if an agent profiles or not and for how long to return profiling data. "
        }
      ]
    }
  },
  "required": [
    "configuration"
  ]
}