Amazon Cloud9 · JSON Structure

Cloud9 Create Environment Ec2 Response Structure

Response for creating an EC2 environment.

Type: object Properties: 1
Cloud9IDEDevelopmentBrowser-Based

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

Properties

environmentId

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-cloud9/refs/heads/main/json-structure/cloud9-create-environment-ec2-response-structure.json",
  "name": "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"
    }
  }
}