Amazon RoboMaker · Schema

S3KeyOutput

Information about S3 keys.

RoboticsSimulation

Properties

Name Type Description
s3Key object
etag object
View JSON Schema on GitHub

JSON Schema

amazon-robomaker-openapi-s3-key-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-schema/amazon-robomaker-openapi-s3-key-output-schema.json",
  "title": "S3KeyOutput",
  "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."
        }
      ]
    }
  }
}