Amazon SimSpace Weaver · JSON Structure

Amazon Simspace Weaver Launch Overrides Structure

Options that apply when the app starts. These options override default behavior.

Type: object Properties: 1
DefenseDigital TwinSimulationSpatial Simulation

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

Properties

LaunchCommands

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-simspace-weaver/refs/heads/main/json-structure/amazon-simspace-weaver-launch-overrides-structure.json",
  "name": "LaunchOverrides",
  "description": "Options that apply when the app starts. These options override default behavior.",
  "properties": {
    "LaunchCommands": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LaunchCommandList"
        },
        {
          "description": "App launch commands and command line parameters that override the launch command configured in the simulation schema."
        }
      ]
    }
  }
}