Values.EndpointRequestSourceDescribes the settings of a public endpoint for an Amazon Lightsail container service.
type nonrec t = {containerName : String_.t;The name of the container for the endpoint.
*)containerPort : Integer.t;The port of the container to which traffic is forwarded to.
*)healthCheck : ContainerServiceHealthCheckConfig.t option;An object that describes the health check configuration of the container.
*)}