Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Logging Config Structure

The logging configuration.

Type: object Properties: 1
RoboticsSimulation

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

Properties

recordAllRosTopics

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-robomaker/refs/heads/main/json-structure/amazon-robomaker-openapi-logging-config-structure.json",
  "description": "The logging configuration.",
  "type": "object",
  "properties": {
    "recordAllRosTopics": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BoxedBoolean"
        },
        {
          "deprecated": true,
          "description": "<p>A boolean indicating whether to record all ROS topics.</p> <important> <p>This API is no longer supported and will throw an error if used.</p> </important>AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html."
        }
      ]
    }
  },
  "name": "LoggingConfig"
}