paws.security.identity (version 0.1.0)

cognitoidentityprovider_start_user_import_job: Starts the user import

Description

Starts the user import.

Usage

cognitoidentityprovider_start_user_import_job(UserPoolId, JobId)

Arguments

UserPoolId

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

JobId

[required] The job ID for the user import job.

Request syntax

svc$start_user_import_job(
  UserPoolId = "string",
  JobId = "string"
)