GetUserPoolPlainArgs

data class GetUserPoolPlainArgs(val userPoolId: String) : ConvertibleToJava<GetUserPoolPlainArgs>

A collection of arguments for invoking getUserPool.

Constructors

Link copied to clipboard
constructor(userPoolId: String)

Properties

Link copied to clipboard

The cognito pool ID

Functions

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