Module Values.PutFindingsPublicationConfigurationRequestSource

Updates the configuration settings for publishing findings to Security Hub.

Sourcetype nonrec t = {
  1. clientToken : string option;
    (*

    A unique, case-sensitive token that you provide to ensure the idempotency of the request.

    *)
  2. securityHubConfiguration : SecurityHubConfiguration.t option;
    (*

    The configuration settings that determine which findings to publish to Security Hub.

    *)
}
Sourceval make : ?clientToken:??? -> ?securityHubConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string | `Structure of (string * [> `Boolean of bool ]) 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