Values.InsightSourceContains information about a Security Hub CSPM insight.
type nonrec t = {insightArn : NonEmptyString.t option;The ARN of a Security Hub CSPM insight.
*)name : NonEmptyString.t option;The name of a Security Hub CSPM insight.
*)filters : AwsSecurityFindingFilters.t option;One or more attributes used to filter the findings included in the insight. You can filter by up to ten finding attributes. For each attribute, you can provide up to 20 filter values. The insight only includes findings that match the criteria defined in the filters.
*)groupByAttribute : NonEmptyString.t option;The grouping attribute for the insight's findings. Indicates how to group the matching findings, and identifies the type of item that the insight applies to. For example, if an insight is grouped by resource identifier, then the insight produces a list of resource identifiers.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `Enum of string
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Enum of string | `Integer of Integer.t ])
list ])
list ]
list ])
list ])
list ]