Values.MaxAgeRuleSourceA lifecycle rule that deletes application versions after the specified number of days.
type nonrec t = {enabled : BoxedBoolean.t;Specify true to apply the rule, or false to disable it.
*)maxAgeInDays : BoxedInt.t option;Specify the number of days to retain an application versions.
*)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 make :
?maxAgeInDays:??? ->
?deleteSourceFromS3:??? ->
enabled:BoxedBoolean.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Boolean of BoxedBoolean.t | `Integer of BoxedInt.t ]) list ]