GetUserPoolClientPlainArgs

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

A collection of arguments for invoking getUserPoolClient.

Constructors

Link copied to clipboard
fun GetUserPoolClientPlainArgs(clientId: String, userPoolId: String)

Functions

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

Properties

Link copied to clipboard

Client Id of the user pool.

Link copied to clipboard

User pool the client belongs to.