Values.StorageLensGroupSourceA custom grouping of objects that include filters for prefixes, suffixes, object tags, object size, or object age. You can create an S3 Storage Lens group that includes a single filter or multiple filter conditions. To specify multiple filter conditions, you use AND or OR logical operators.
type nonrec t = {name : StorageLensGroupName.t;Contains the name of the Storage Lens group.
*)filter : StorageLensGroupFilter.t;Sets the criteria for the Storage Lens group data that is displayed. For multiple filter conditions, the AND or OR logical operator is used.
*)storageLensGroupArn : StorageLensGroupArn.t option;Contains the Amazon Resource Name (ARN) of the Storage Lens group. This property is read-only.
*)}val make :
?storageLensGroupArn:??? ->
name:StorageLensGroupName.t ->
filter:StorageLensGroupFilter.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of StorageLensGroupName.t
| `Structure of
(string
* [> `List of
[> `String of Prefix.t
| `Structure of
(string * [> `String of TagKeyString.t ]) list ]
list
| `Structure of
(string
* [> `Integer of ObjectAgeValue.t
| `List of
[> `String of Prefix.t
| `Structure of
(string * [> `String of TagKeyString.t ]) list ]
list
| `Long of ObjectSizeValue.t
| `Structure of
(string
* [> `Integer of ObjectAgeValue.t
| `Long of ObjectSizeValue.t ])
list ])
list ])
list ])
list ]