Module Awso_cognito_idp.CreateUserImportJobRequestSource

Represents the request to create the user import job.

Sourcetype nonrec t = {
  1. jobName : UserImportJobNameType.t;
    (*

    A friendly name for the user import job.

    *)
  2. userPoolId : UserPoolIdType.t;
    (*

    The ID of the user pool that you want to import users into.

    *)
  3. 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.

    *)
}
Sourceval context_ : string
Sourceval make : jobName:UserImportJobNameType.t -> userPoolId:UserPoolIdType.t -> cloudWatchLogsRoleArn:ArnType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of UserImportJobNameType.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