Values.SetLogDeliveryConfigurationRequestSourceSets 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.
type nonrec t = {userPoolId : UserPoolIdType.t;The ID of the user pool where you want to configure logging.
*)logConfigurations : LogConfigurationListType.t;A collection of the logging configurations for a user pool.
*)}val make :
userPoolId:UserPoolIdType.t ->
logConfigurations:LogConfigurationListType.t ->
unit ->
tval 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 ]