Amazon Elastic Beanstalk · Example Payload

Amazon Elastic Beanstalk Application Description Example

Amazon Web ServicesAuto ScalingDeploymentElastic BeanstalkPaaSPlatform As A ServiceWeb Applications

Amazon Elastic Beanstalk Application Description Example is an example object payload from Amazon Elastic Beanstalk, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ApplicationArnApplicationNameDescriptionDateCreatedDateUpdatedVersionsConfigurationTemplatesResourceLifecycleConfig

Example Payload

Raw ↑
{
  "ApplicationArn": "example-value",
  "ApplicationName": "example-value",
  "Description": "example-value",
  "DateCreated": "2025-01-15T00:00:00Z",
  "DateUpdated": "2025-01-15T00:00:00Z",
  "Versions": [
    "example-value"
  ],
  "ConfigurationTemplates": [
    "example-value"
  ],
  "ResourceLifecycleConfig": {
    "ServiceRole": "example-value",
    "VersionLifecycleConfig": {}
  }
}