NAME

Paws::ElasticBeanstalk::EnvironmentDescription

ATTRIBUTES

AbortableOperationInProgress => Bool

Lists in-progress environment updates and application version deployments that you can cancel.

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.

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 working.

Yellow: Indicates that something is wrong, the application might not be available, but the instances appear running.

Green: Indicates the environment is healthy and fully functional.

  • 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 an UpdateEnvironment or RestartEnvironement request.

Default: Grey

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.

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.