GetUserPoolResourceServerPlainArgs

data class GetUserPoolResourceServerPlainArgs(val identifier: String, val userPoolId: String) : ConvertibleToJava<GetUserPoolResourceServerPlainArgs>

Constructors

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

Properties

Link copied to clipboard

A unique resource server identifier for the resource server. This could be an HTTPS endpoint where the resource server is located. For example: https://my-weather-api.example.com .

Link copied to clipboard

The user pool ID for the user pool.

Functions

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