UICustomizationType
A container for the UI customization information for the hosted UI in a user pool.
This data type is a response parameter of GetUICustomization.
Contents
- ClientId
-
The app client ID for your UI customization. When this value isn't present, the customization applies to all user pool app clients that don't have client-level settings..
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[\w+]+
Required: No
- CreationDate
-
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.Type: Timestamp
Required: No
- CSS
-
The CSS values in the UI customization. To get a template with your UI customization options, make a GetUiCustomization request.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 131072.
Required: No
- CSSVersion
-
The CSS version number.
Type: String
Required: No
- ImageUrl
-
A URL path to the hosted logo image of your UI customization.
Type: String
Required: No
- LastModifiedDate
-
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.Type: Timestamp
Required: No
- UserPoolId
-
The ID of the user pool with hosted UI customizations.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 55.
Pattern:
[\w-]+_[0-9a-zA-Z]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: