Values.ManagedLoadBalancerSourceThe Application Load Balancer associated with the Express service.
type nonrec t = {arn : String_.t option;The Amazon Resource Name (ARN) of the load balancer.
*)status : ManagedResourceStatus.t option;The status of the load balancer.
*)statusReason : String_.t option;Information about why the load balancer is in the current status.
*)updatedAt : Timestamp.t option;The Unix timestamp for when this load balancer was most recently updated.
*)scheme : String_.t option;The scheme of the load balancer. By default, the scheme of the load balancer is internet-facing.
*)subnetIds : StringList.t option;The IDs of the subnets associated with the load balancer.
*)securityGroupIds : StringList.t option;The IDs of the security groups associated with the load balancer.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]