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