Values_1.CreationDateConditionSourceThe maximum age for allowed images.
type nonrec t = {maximumDaysSinceCreated : Values_0.MaximumDaysSinceCreatedValue.t option;The maximum number of days that have elapsed since the image was created. For example, a value of 300 allows images that were created within the last 300 days.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Values_0.MaximumDaysSinceCreatedValue.t ]) list ]