AWSCognitoIdentityProviderCreateUserImportJobRequest
Objective-C
@interface AWSCognitoIdentityProviderCreateUserImportJobRequest
Swift
class AWSCognitoIdentityProviderCreateUserImportJobRequest
Represents the request to create the user import job.
Required parameters: [JobName, UserPoolId, CloudWatchLogsRoleArn]
-
The role ARN for the Amazon CloudWatch Logs Logging role for the user import job.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable cloudWatchLogsRoleArn;Swift
var cloudWatchLogsRoleArn: String? { get set } -
The job name for the user import job.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable jobName;Swift
var jobName: 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 }
View on GitHub
Install in Dash
AWSCognitoIdentityProviderCreateUserImportJobRequest Class Reference