AWSCognitoIdentityProviderGetCSVHeaderRequest

Objective-C

@interface AWSCognitoIdentityProviderGetCSVHeaderRequest

Swift

class AWSCognitoIdentityProviderGetCSVHeaderRequest

Represents the request to get the header information of the CSV file for the user import job.

Required parameters: [UserPoolId]

  • The user pool ID for the user pool that the users are to be imported into.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable userPoolId;

    Swift

    var userPoolId: String? { get set }