EnvironmentDescriptionsMessage

EnvironmentDescriptionsMessage schema from Amazon Elastic Beanstalk AWS Elastic Beanstalk API

Amazon Web ServicesAuto ScalingDeploymentElastic BeanstalkPaaSPlatform As A ServiceWeb Applications

Properties

Name Type Description
Environments array
NextToken string
View JSON Schema on GitHub

JSON Schema

amazon-elastic-beanstalk-environment-descriptions-message-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-beanstalk/refs/heads/main/json-schema/amazon-elastic-beanstalk-environment-descriptions-message-schema.json",
  "title": "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"
    }
  }
}