Awso_cognito_idp.CreateUserImportJobRequestSourceRepresents the request to create the user import job.
type nonrec t = {jobName : UserImportJobNameType.t;A friendly name for the user import job.
*)userPoolId : UserPoolIdType.t;The ID of the user pool that you want to import users into.
*)cloudWatchLogsRoleArn : ArnType.t;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.
*)}val make :
jobName:UserImportJobNameType.t ->
userPoolId:UserPoolIdType.t ->
cloudWatchLogsRoleArn:ArnType.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of UserImportJobNameType.t ]) list ]