Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi S3 Key Output Structure

Information about S3 keys.

Type: object Properties: 2
RoboticsSimulation

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

Properties

s3Key etag

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-s3-key-output-structure.json",
  "description": "Information about S3 keys.",
  "type": "object",
  "properties": {
    "s3Key": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3KeyOrPrefix"
        },
        {
          "description": "The S3 key."
        }
      ]
    },
    "etag": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3Etag"
        },
        {
          "description": "The etag for the object."
        }
      ]
    }
  },
  "name": "S3KeyOutput"
}