Module Values.StorageLensGroupSource

A 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.

Sourcetype nonrec t = {
  1. name : StorageLensGroupName.t;
    (*

    Contains the name of the Storage Lens group.

    *)
  2. 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.

    *)
  3. storageLensGroupArn : StorageLensGroupArn.t option;
    (*

    Contains the Amazon Resource Name (ARN) of the Storage Lens group. This property is read-only.

    *)
}
Sourceval context_ : string
Sourceval make : ?storageLensGroupArn:??? -> name:StorageLensGroupName.t -> filter:StorageLensGroupFilter.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t