Module Values.StorageLensGroupLevelSelectionCriteriaSource

Indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation. You can only attach Storage Lens groups to your Storage Lens dashboard if they're included in your Storage Lens group aggregation. If this value is left null, then all Storage Lens groups are selected.

Sourcetype nonrec t = {
  1. include_ : StorageLensGroupLevelInclude.t option;
    (*

    Indicates which Storage Lens group ARNs to include in the Storage Lens group aggregation.

    *)
  2. exclude : StorageLensGroupLevelExclude.t option;
    (*

    Indicates which Storage Lens group ARNs to exclude from the Storage Lens group aggregation.

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