Values.ContainerPortRangeSourceA set of one or more port numbers that can be opened on the container, and the supported network protocol. Part of: ContainerPortConfiguration
type nonrec t = {fromPort : PortNumber.t;A starting value for the range of allowed port numbers.
*)toPort : PortNumber.t;An ending value for the range of allowed port numbers. Port numbers are end-inclusive. This value must be equal to or greater than FromPort.
*)protocol : IpProtocol.t;The network protocol that these ports support.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of PortNumber.t ]) list ]