Values.MaxCountRuleSourceA lifecycle rule that deletes the oldest application version when the maximum count is exceeded.
type nonrec t = {enabled : BoxedBoolean.t;Specify true to apply the rule, or false to disable it.
*)maxCount : BoxedInt.t option;Specify the maximum number of application versions to retain.
*)deleteSourceFromS3 : BoxedBoolean.t option;Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of BoxedBoolean.t | `Integer of BoxedInt.t ]) list ]