Values.AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetailsSourceA ulimit to set in the container.
type nonrec t = {hardLimit : Integer.t option;The hard limit for the ulimit type.
*)name : NonEmptyString.t option;The type of the ulimit. Valid values are as follows: core cpu data fsize locks memlock msgqueue nice nofile nproc rss rtprio rttime sigpending stack
*)softLimit : Integer.t option;The soft limit for the ulimit type.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]