Creates a user import job. You can import users into user pools from a comma-separated values (CSV) file without adding Amazon Cognito MAU costs to your Amazon Web Services bill. To generate a template for your import, see get_csv_header
. To learn more about CSV import, see Importing users from a CSV file.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_create_user_import_job/ for full documentation.
cognitoidentityprovider_create_user_import_job(
JobName,
UserPoolId,
CloudWatchLogsRoleArn
)
[required] A friendly name for the user import job.
[required] The ID of the user pool that you want to import users into.
[required] You must specify an IAM role that has permission to log import-job results to Amazon CloudWatch Logs. This parameter is the ARN of that role.