Module Values.UpdateInsightRequestSource

Updates the Security Hub CSPM insight identified by the specified insight ARN.

Sourcetype nonrec t = {
  1. insightArn : NonEmptyString.t;
    (*

    The ARN of the insight that you want to update.

    *)
  2. name : NonEmptyString.t option;
    (*

    The updated name for the insight.

    *)
  3. filters : AwsSecurityFindingFilters.t option;
    (*

    The updated filters that define this insight.

    *)
  4. groupByAttribute : NonEmptyString.t option;
    (*

    The updated GroupBy attribute that defines this insight.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?filters:??? -> ?groupByAttribute:??? -> insightArn:NonEmptyString.t -> unit -> t
Sourceval 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 ]
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