Amazon CodeCatalyst · JSON Structure

Amazon Codecatalyst Start Dev Environment Request Structure

StartDevEnvironmentRequest schema from Amazon CodeCatalyst

Type: object Properties: 3
AmazonDeveloper ToolsCI/CDCollaborationDevOpsSource Control

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

Properties

ides instanceType inactivityTimeoutMinutes

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-codecatalyst/refs/heads/main/json-structure/amazon-codecatalyst-start-dev-environment-request-structure.json",
  "name": "StartDevEnvironmentRequest",
  "description": "StartDevEnvironmentRequest schema from Amazon CodeCatalyst",
  "type": "object",
  "properties": {
    "ides": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdeConfigurationList"
        },
        {
          "description": "Information about the integrated development environment (IDE) configured for a Dev Environment. "
        }
      ]
    },
    "instanceType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InstanceType"
        },
        {
          "description": "The Amazon EC2 instace type to use for the Dev Environment. "
        }
      ]
    },
    "inactivityTimeoutMinutes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InactivityTimeoutMinutes"
        },
        {
          "description": "The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute minutes when running."
        }
      ]
    }
  }
}