Values.ManagedIngressPathSourceThe entry point into the Express service.
type nonrec t = {accessType : AccessType.t option;The type of access to the endpoint for the Express service.
*)endpoint : String_.t option;The endpoint for access to the Express service.
*)loadBalancer : ManagedLoadBalancer.t option;The Application Load Balancer associated with the Express service.
*)loadBalancerSecurityGroups : ManagedSecurityGroups.t option;The security groups associated with the Application Load Balancer.
*)certificate : ManagedCertificate.t option;The ACM certificate for the Express service's domain.
*)listener : ManagedListener.t option;The listeners associated with the Application Load Balancer.
*)rule : ManagedListenerRule.t option;The listener rules for the Application Load Balancer.
*)targetGroups : ManagedTargetGroups.t option;The target groups associated with the Application Load Balancer.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ])
list ]