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
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |
AJobName | Specify a name for the user import job. |
ACloudWatchLogsRoleArn | Specify an Amazon Resource Name (ARN) of an Amazon CloudWatch Logs Logging role for the user import job. |