Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Create Simulation Job Request Structure

CreateSimulationJobRequest schema from openapi

Type: object Properties: 12 Required: 2
RoboticsSimulation

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

Properties

clientRequestToken outputLocation loggingConfig maxJobDurationInSeconds iamRole failureBehavior robotApplications simulationApplications dataSources tags vpcConfig compute

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-create-simulation-job-request-structure.json",
  "description": "CreateSimulationJobRequest schema from openapi",
  "type": "object",
  "properties": {
    "clientRequestToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClientRequestToken"
        },
        {
          "description": "Unique, case-sensitive identifier that you provide to ensure the idempotency of the request."
        }
      ]
    },
    "outputLocation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OutputLocation"
        },
        {
          "description": "Location for output files generated by the simulation job."
        }
      ]
    },
    "loggingConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LoggingConfig"
        },
        {
          "description": "The logging configuration."
        }
      ]
    },
    "maxJobDurationInSeconds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobDuration"
        },
        {
          "description": "The maximum simulation job duration in seconds (up to 14 days or 1,209,600 seconds. When <code>maxJobDurationInSeconds</code> is reached, the simulation job will status will transition to <code>Completed</code>."
        }
      ]
    },
    "iamRole": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IamRole"
        },
        {
          "description": "The IAM role name that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf. This is how credentials are passed in to your simulation job. "
        }
      ]
    },
    "failureBehavior": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FailureBehavior"
        },
        {
          "description": "<p>The failure behavior the simulation job.</p> <dl> <dt>Continue</dt> <dd> <p>Leaves the instance running for its maximum timeout duration after a <code>4XX</code> error code.</p> </dd> <dt>Fail</dt> <dd> <p>Stop the simulation job and terminate the instance.</p> </dd> </dl>"
        }
      ]
    },
    "robotApplications": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RobotApplicationConfigs"
        },
        {
          "description": "The robot application to use in the simulation job."
        }
      ]
    },
    "simulationApplications": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SimulationApplicationConfigs"
        },
        {
          "description": "The simulation application to use in the simulation job."
        }
      ]
    },
    "dataSources": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DataSourceConfigs"
        },
        {
          "description": "<p>Specify data sources to mount read-only files from S3 into your simulation. These files are available under <code>/opt/robomaker/datasources/data_source_name</code>. </p> <note> <p>There is a limit of 100 files and a combined size of 25GB for all <code>DataSourceConfig</code> objects. </p> </note>"
        }
      ]
    },
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "A map that contains tag keys and tag values that are attached to the simulation job."
        }
      ]
    },
    "vpcConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VPCConfig"
        },
        {
          "description": "If your simulation job accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID. "
        }
      ]
    },
    "compute": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Compute"
        },
        {
          "description": "Compute information for the simulation job."
        }
      ]
    }
  },
  "required": [
    "maxJobDurationInSeconds",
    "iamRole"
  ],
  "name": "CreateSimulationJobRequest"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/amazon-robomaker-openapi-create-simulation-job-request-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.