GetUserPoolClientPlainArgs

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

A collection of arguments for invoking getUserPoolClient.

Constructors

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

Properties

Link copied to clipboard

Client Id of the user pool.

Link copied to clipboard

User pool the client belongs to.

Functions

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