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 ID of the user pool where you want to create an app client.

Functions

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