AWSCognitoIdentityProviderUICustomizationType
Objective-C
@interface AWSCognitoIdentityProviderUICustomizationType
Swift
class AWSCognitoIdentityProviderUICustomizationType
A container for the UI customization information for a user pool’s built-in app UI.
-
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 creation date for the UI customization.
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 last-modified date for the UI customization.
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 }