AWSCognitoIdentityProviderUserPoolDescriptionType

Objective-C

@interface AWSCognitoIdentityProviderUserPoolDescriptionType

Swift

class AWSCognitoIdentityProviderUserPoolDescriptionType

A user pool description.

  • The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable creationDate;

    Swift

    var creationDate: Date? { get set }
  • The ID in a user pool description.

    Declaration

    Objective-C

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

    Swift

    var identifier: String? { get set }
  • The Lambda configuration information in a user pool description.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSCognitoIdentityProviderLambdaConfigType *_Nullable lambdaConfig;

    Swift

    var lambdaConfig: AWSCognitoIdentityProviderLambdaConfigType? { get set }
  • The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable lastModifiedDate;

    Swift

    var lastModifiedDate: Date? { get set }
  • The name in a user pool description.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }
  • The user pool status in a user pool description.

    Declaration

    Objective-C

    @property (nonatomic) AWSCognitoIdentityProviderStatusType status;

    Swift

    var status: AWSCognitoIdentityProviderStatusType { get set }