GetUserPoolUiCustomizationAttachmentPlainArgs

data class GetUserPoolUiCustomizationAttachmentPlainArgs(val clientId: String, val userPoolId: String) : ConvertibleToJava<GetUserPoolUiCustomizationAttachmentPlainArgs>

Constructors

constructor(clientId: String, userPoolId: String)

Properties

Link copied to clipboard

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..

Link copied to clipboard

The ID of the user pool where you want to apply branding to the classic hosted UI.

Functions

Link copied to clipboard
open override fun toJava(): GetUserPoolUiCustomizationAttachmentPlainArgs