GetUserPoolClientPlainArgs

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

Constructors

Link copied to clipboard
constructor(clientId: String, userPoolId: String)

Properties

Link copied to clipboard

The ID of the app client, for example 1example23456789 .

Link copied to clipboard

The user pool ID for the user pool where you want to create a user pool client.

Functions

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