AWSCognitoIdentityProviderUICustomizationType

Objective-C

@interface AWSCognitoIdentityProviderUICustomizationType

Swift

class AWSCognitoIdentityProviderUICustomizationType

A container for the UI customization information for a user pool’s built-in app UI.

  • CSS

    The CSS values in the UI customization.

    Declaration

    Objective-C

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

    Swift

    var css: String? { get set }
  • The CSS version number.

    Declaration

    Objective-C

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

    Swift

    var cssVersion: String? { get set }
  • The client ID for the client app.

    Declaration

    Objective-C

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

    Swift

    var clientId: String? { get set }
  • The date and time, in ISO 8601 format, when the item was created.

    Declaration

    Objective-C

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

    Swift

    var creationDate: Date? { get set }
  • The logo image for the UI customization.

    Declaration

    Objective-C

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

    Swift

    var imageUrl: String? { get set }
  • The date and time, in ISO 8601 format, when the item was modified.

    Declaration

    Objective-C

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

    Swift

    var lastModifiedDate: Date? { get set }
  • The user pool ID for the user pool.

    Declaration

    Objective-C

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

    Swift

    var userPoolId: String? { get set }