Values.AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetailsSourceA port mapping for the container.
type nonrec t = {containerPort : Integer.t option;The port number on the container that is bound to the user-specified or automatically assigned host port.
*)hostPort : Integer.t option;The port number on the container instance to reserve for the container.
*)protocol : NonEmptyString.t option;The protocol used for the port mapping. The default is tcp.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]