User Pool Ui Customization Attachment Args
data class UserPoolUiCustomizationAttachmentArgs(val clientId: Output<String>? = null, val css: Output<String>? = null, val userPoolId: Output<String>? = null) : ConvertibleToJava<UserPoolUiCustomizationAttachmentArgs>
Resource Type definition for AWS::Cognito::UserPoolUICustomizationAttachment
Properties
Link copied to clipboard
A plaintext CSS file that contains the custom fields that you want to apply to your user pool or app client. To download a template, go to the Amazon Cognito console. Navigate to your user pool App clients tab, select Login pages , edit Hosted UI (classic) style , and select the link to CSS template.css
.
Link copied to clipboard
The ID of the user pool where you want to apply branding to the classic hosted UI.