paws.security.identity (version 0.1.0)

cognitoidentityprovider_describe_user_import_job: Describes the user import job

Description

Describes the user import job.

Usage

cognitoidentityprovider_describe_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$describe_user_import_job(
  UserPoolId = "string",
  JobId = "string"
)