Values.UpdateInsightRequestSourceUpdates the Security Hub CSPM insight identified by the specified insight ARN.
type nonrec t = {insightArn : NonEmptyString.t;The ARN of the insight that you want to update.
*)name : NonEmptyString.t option;The updated name for the insight.
*)filters : AwsSecurityFindingFilters.t option;The updated filters that define this insight.
*)groupByAttribute : NonEmptyString.t option;The updated GroupBy attribute that defines this insight.
*)}val make :
?name:??? ->
?filters:??? ->
?groupByAttribute:??? ->
insightArn:NonEmptyString.t ->
unit ->
tval 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 ]