Values.LifecycleRuleAndOperatorSourceThe container for the Outposts bucket lifecycle rule and operator.
type nonrec t = {prefix : Prefix.t option;Prefix identifying one or more objects to which the rule applies.
*)objectSizeGreaterThan : ObjectSizeGreaterThanBytes.t option;The non-inclusive minimum object size for the lifecycle rule. Setting this property to 7 means the rule applies to objects with a size that is greater than 7.
*)objectSizeLessThan : ObjectSizeLessThanBytes.t option;The non-inclusive maximum object size for the lifecycle rule. Setting this property to 77 means the rule applies to objects with a size that is less than 77.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKeyString.t ]) list ]
list
| `Long of ObjectSizeGreaterThanBytes.t
| `String of Prefix.t ])
list ]