Values.SingleInstanceHealthSourceDetailed health information about an Amazon EC2 instance in your Elastic Beanstalk environment.
type nonrec t = {instanceId : InstanceId.t option;The ID of the Amazon EC2 instance.
*)healthStatus : String_.t option;Returns the health status of the specified instance. For more information, see Health Colors and Statuses.
*)color : String_.t option;Represents the color indicator that gives you information about the health of the EC2 instance. For more information, see Health Colors and Statuses.
*)causes : Causes.t option;Represents the causes, which provide more information about the current health status.
*)launchedAt : LaunchedAt.t option;The time at which the EC2 instance was launched.
*)applicationMetrics : ApplicationMetrics.t option;Request metrics from your application.
*)system : SystemStatus.t option;Operating system metrics from the instance.
*)deployment : Deployment.t option;Information about the most recent deployment to an instance.
*)availabilityZone : String_.t option;The availability zone in which the instance runs.
*)instanceType : String_.t option;The instance's type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Cause.t ] list
| `String of InstanceId.t
| `Structure of
(string
* [> `Integer of NullableInteger.t
| `List of [> `Double of LoadAverageValue.t ] list
| `Long of NullableLong.t
| `String of String_.t
| `Structure of
(string
* [> `Double of NullableDouble.t
| `Integer of NullableInteger.t ])
list
| `Timestamp of DeploymentTimestamp.t ])
list
| `Timestamp of LaunchedAt.t ])
list ]