paws.security.identity (version 0.1.0)

cognitoidentityprovider_list_user_import_jobs: Lists the user import jobs

Description

Lists the user import jobs.

Usage

cognitoidentityprovider_list_user_import_jobs(UserPoolId, MaxResults,
  PaginationToken)

Arguments

UserPoolId

[required] The user pool ID for the user pool that the users are being imported into.

MaxResults

[required] The maximum number of import jobs you want the request to return.

PaginationToken

An identifier that was returned from the previous call to ListUserImportJobs, which can be used to return the next set of import jobs in the list.

Request syntax

svc$list_user_import_jobs(
  UserPoolId = "string",
  MaxResults = 123,
  PaginationToken = "string"
)