AWSCognitoIdentityProviderStartUserImportJobRequest
Objective-C
@interface AWSCognitoIdentityProviderStartUserImportJobRequest
Swift
class AWSCognitoIdentityProviderStartUserImportJobRequest
Represents the request to start the user import job.
Required parameters: [UserPoolId, JobId]
-
The job ID for the user import job.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable jobId;
Swift
var jobId: String? { get set }
-
The user pool ID for the user pool that the users are being imported into.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable userPoolId;
Swift
var userPoolId: String? { get set }