Module Values.StorageLensGroupLevelSource

Specifies the Storage Lens groups to include in the Storage Lens group aggregation.

Sourcetype nonrec t = {
  1. selectionCriteria : StorageLensGroupLevelSelectionCriteria.t option;
    (*

    Indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation. If this value is left null, then all Storage Lens groups are selected.

    *)
}
Sourceval make : ?selectionCriteria:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of StorageLensGroupArn.t ] 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