Amazon Elastic Beanstalk · JSON Structure

Amazon Elastic Beanstalk Application Description Message Structure

ApplicationDescriptionMessage schema from Amazon Elastic Beanstalk AWS Elastic Beanstalk API

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

ApplicationDescriptionMessage 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

Application

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