Amazon Elastic Beanstalk · JSON Structure

Amazon Elastic Beanstalk Application Descriptions Message Structure

ApplicationDescriptionsMessage schema from Amazon Elastic Beanstalk AWS Elastic Beanstalk API

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

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

Properties

Applications

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-application-descriptions-message-structure.json",
  "name": "ApplicationDescriptionsMessage",
  "description": "ApplicationDescriptionsMessage schema from Amazon Elastic Beanstalk AWS Elastic Beanstalk API",
  "type": "object",
  "properties": {
    "Applications": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ApplicationDescription"
      }
    }
  }
}