AWSCognitoIdentityProviderStringAttributeConstraintsType

Objective-C

@interface AWSCognitoIdentityProviderStringAttributeConstraintsType

Swift

class AWSCognitoIdentityProviderStringAttributeConstraintsType

The constraints associated with a string attribute.

  • The maximum length of a string attribute value. Must be a number less than or equal to 2^1023, represented as a string with a length of 131072 characters or fewer.

    Declaration

    Objective-C

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

    Swift

    var maxLength: String? { get set }
  • The minimum length.

    Declaration

    Objective-C

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

    Swift

    var minLength: String? { get set }