Module Values.SetLogDeliveryConfigurationRequestSource

Sets up or modifies the logging configuration of a user pool. User pools can export user notification logs and, when threat protection is active, user-activity logs. For more information, see Exporting user pool logs.

Sourcetype nonrec t = {
  1. userPoolId : UserPoolIdType.t;
    (*

    The ID of the user pool where you want to configure logging.

    *)
  2. logConfigurations : LogConfigurationListType.t;
    (*

    A collection of the logging configurations for a user pool.

    *)
}
Sourceval context_ : string
Sourceval make : userPoolId:UserPoolIdType.t -> logConfigurations:LogConfigurationListType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `String of ArnType.t ]) list ]) list ] list | `String of UserPoolIdType.t ]) 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