cognitoidentityprovider_set_log_delivery_configuration {paws.security.identity} | R Documentation |
Sets up or modifies the logging configuration of a user pool
Description
Sets up or modifies the logging configuration of a user pool. User pools can export user notification logs and advanced security features user activity logs.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_set_log_delivery_configuration/ for full documentation.
Usage
cognitoidentityprovider_set_log_delivery_configuration(
UserPoolId,
LogConfigurations
)
Arguments
UserPoolId |
[required] The ID of the user pool where you want to configure logging. |
LogConfigurations |
[required] A collection of the logging configurations for a user pool. |
[Package paws.security.identity version 0.7.0 Index]