Amazon Cloud9 · Schema

CreateEnvironmentEC2Response

Response for creating an EC2 environment.

Cloud9IDEDevelopmentBrowser-Based

Properties

Name Type Description
environmentId string The ID of the environment that was created.
View JSON Schema on GitHub

JSON Schema

cloud9-create-environment-ec2-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloud9/refs/heads/main/json-schema/cloud9-create-environment-ec2-response-schema.json",
  "title": "CreateEnvironmentEC2Response",
  "description": "Response for creating an EC2 environment.",
  "type": "object",
  "properties": {
    "environmentId": {
      "type": "string",
      "description": "The ID of the environment that was created.",
      "example": "abc12345678901234567890"
    }
  }
}