Module Values.ResourceGroupByRuleSource

Defines the configuration for organizing and categorizing Amazon Web Services resources based on associated security findings.

Sourcetype nonrec t = {
  1. groupByField : ResourceGroupByField.t;
    (*

    Specifies the attribute that resources should be grouped by.

    *)
  2. filters : ResourcesFilters.t option;
    (*

    The criteria used to select resources and associated security findings.

    *)
}
Sourceval context_ : string
Sourceval make : ?filters:??? -> groupByField:ResourceGroupByField.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * Awso.Botodata.value) 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