NAME
Paws::ElasticBeanstalk::EnvironmentDescription
ATTRIBUTES
AbortableOperationInProgress => Bool
Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.
true: There is an update in progress.
false: There are no updates currently in progress.
ApplicationName => Str
The name of the application associated with this environment.
CNAME => Str
The URL to the CNAME for this environment.
DateCreated => Str
The creation date for this environment.
DateUpdated => Str
The last modified date for this environment.
Description => Str
Describes this environment.
EndpointURL => Str
For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
EnvironmentId => Str
The ID of this environment.
EnvironmentLinks => ArrayRef[Paws::ElasticBeanstalk::EnvironmentLink]
A list of links to other environments in the same group.
EnvironmentName => Str
The name of this environment.
Health => Str
Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
Red: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment.Yellow: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment.Green: Indicates the environment is healthy and fully functional.Grey: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during anUpdateEnvironmentorRestartEnvironementrequest.
Default: Grey
Valid values are: "Green", "Yellow", "Red", "Grey"
HealthStatus => Str
Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
Valid values are: "NoData", "Unknown", "Pending", "Ok", "Info", "Warning", "Degraded", "Severe"
Resources => Paws::ElasticBeanstalk::EnvironmentResourcesDescription
The description of the AWS resources used by this environment.
SolutionStackName => Str
The name of the SolutionStack deployed with this environment.
Status => Str
The current operational status of the environment:
Launching: Environment is in the process of initial deployment.Updating: Environment is in the process of updating its configuration settings or application version.Ready: Environment is available to have an action performed on it, such as update or terminate.Terminating: Environment is in the shut-down process.Terminated: Environment is not running.
Valid values are: "Launching", "Updating", "Ready", "Terminating", "Terminated"
TemplateName => Str
The name of the configuration template used to originally launch this environment.
Tier => Paws::ElasticBeanstalk::EnvironmentTier
Describes the current tier of this environment.
VersionLabel => Str
The application version deployed in this environment.