Module Values.UpdateRevealConfigurationRequestSource

Updates the status and configuration settings for retrieving occurrences of sensitive data reported by findings.

Sourcetype nonrec t = {
  1. configuration : RevealConfiguration.t;
    (*

    The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.

    *)
  2. retrievalConfiguration : UpdateRetrievalConfiguration.t option;
    (*

    The access method and settings to use when retrieving the sensitive data.

    *)
}
Sourceval context_ : string
Sourceval make : ?retrievalConfiguration:??? -> configuration:RevealConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of string ]) 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