Values.ManagedTargetGroupSourceThe target group associated with the Express service's Application Load Balancer. For more information about load balancer target groups, see CreateTargetGroup in the Elastic Load Balancing API Reference
type nonrec t = {arn : String_.t option;The Amazon Resource Name (ARN) of the target group.
*)status : ManagedResourceStatus.t option;The status of the target group.
*)statusReason : String_.t option;Information about why the target group is in the current status.
*)updatedAt : Timestamp.t option;The Unix timestamp for when the target group was last updated.
*)healthCheckPath : String_.t option;The destination for health checks on the targets.
*)healthCheckPort : Integer.t option;The port the load balancer uses when performing health checks on targets.
*)port : Integer.t option;The port on which the targets receive traffic.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]