GetUserPoolUiCustomizationAttachmentPlainArgs

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

Constructors

constructor(clientId: String, userPoolId: String)

Properties

Link copied to clipboard

The client ID for the client app. You can specify the UI customization settings for a single client (with a specific clientId) or for all clients (by setting the clientId to ALL ).

Link copied to clipboard

The user pool ID for the user pool.

Functions

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