AWS Elastic Beanstalk Environment

Schema representing an AWS Elastic Beanstalk environment, which is a collection of AWS resources running an application version deployed on a specific platform.

Amazon Web ServicesAWSAuto ScalingDeploymentElastic BeanstalkPaaSPlatform As A ServiceWeb Applications

Properties

Name Type Description
EnvironmentId string The ID of this environment.
EnvironmentName string The name of this environment.
EnvironmentArn string The ARN of this environment.
ApplicationName string The name of the application associated with this environment.
VersionLabel stringnull The application version deployed in this running environment.
SolutionStackName stringnull The name of the SolutionStack deployed with this environment.
PlatformArn stringnull The ARN of the platform version.
TemplateName stringnull The name of the configuration template used to originally launch this environment.
Description stringnull Describes this environment.
EndpointURL stringnull For load-balanced, autoscaling environments, the URL to the LoadBalancer.
CNAME stringnull The URL to the CNAME for this environment.
DateCreated string The creation date for this environment.
DateUpdated string The last modified date for this environment.
Status string The current operational status of the environment.
AbortableOperationInProgress boolean Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.
Health string Describes the health status of the environment.
HealthStatus string Returns the health status of the application running in your environment.
Tier object Describes the current tier of this environment.
Resources object The description of the AWS resources used by this environment.
EnvironmentLinks array A list of links to other environments in the same group.
OperationsRole stringnull The Amazon Resource Name (ARN) of the environment's operations role.
View JSON Schema on GitHub