Skip to main content

TCognitoIdentityProviderCreateUserImportJobRequest

Class in AWS.CognitoIdentityProvider

CreateUserImportJob request class.

Ancestors

Properties

CloudWatchLogsRoleArn

property CloudWatchLogsRoleArn: TARN

JobName

property JobName: string

UserPoolId

property UserPoolId: string

Constructors

Create

constructor Create(const AUserPoolId, AJobName: string; const ACloudWatchLogsRoleArn: TARN);

Constructor for TCognitoIdentityProviderCreateUserImportJobRequest.

Parameters

NameDescription
AUserPoolIdSpecify the ID of the user pool.
AJobNameSpecify a name for the user import job.
ACloudWatchLogsRoleArnSpecify an Amazon Resource Name (ARN) of an Amazon CloudWatch Logs Logging role for the user import job.