AWS SDK for .NET Documentation
Health Property
AmazonAmazon.ElasticBeanstalk.ModelUpdateEnvironmentResultHealth Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property Health.

Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:

Value

CopyC#
Red
: Indicates the environment is not working.

Value

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

Value

CopyC#
Green
: Indicates the environment is healthy and fully functional.

Default:

CopyC#
Grey

Declaration Syntax
C#
public string Health { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)