Amazon Elastic Beanstalk · JSON Structure

Amazon Elastic Beanstalk Environment Descriptions Message Structure

EnvironmentDescriptionsMessage schema from Amazon Elastic Beanstalk AWS Elastic Beanstalk API

Type: object Properties: 2
Amazon Web ServicesAuto ScalingDeploymentElastic BeanstalkPaaSPlatform As A ServiceWeb Applications

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

Properties

Environments NextToken

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-elastic-beanstalk/refs/heads/main/json-structure/amazon-elastic-beanstalk-environment-descriptions-message-structure.json",
  "name": "EnvironmentDescriptionsMessage",
  "description": "EnvironmentDescriptionsMessage schema from Amazon Elastic Beanstalk AWS Elastic Beanstalk API",
  "type": "object",
  "properties": {
    "Environments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Environment"
      }
    },
    "NextToken": {
      "type": "string"
    }
  }
}