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.
EnvironmentArn => Str
The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN.
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 anUpdateEnvironment
orRestartEnvironment
request.
Default: Grey
Valid values are: "Green"
, "Yellow"
, "Red"
, "Grey"
=head2 HealthStatus => Str
Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html).
Valid values are: "NoData"
, "Unknown"
, "Pending"
, "Ok"
, "Info"
, "Warning"
, "Degraded"
, "Severe"
, "Suspended"
=head2 OperationsRole => Str
The Amazon Resource Name (ARN) of the environment's operations role. For more information, see Operations roles (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html) in the AWS Elastic Beanstalk Developer Guide.
PlatformArn => Str
The ARN of the platform version.
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: "Aborting"
, "Launching"
, "Updating"
, "LinkingFrom"
, "LinkingTo"
, "Ready"
, "Terminating"
, "Terminated"
=head2 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.