CreateResourceServerRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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, such as https://my-weather-api.example.com.

Link copied to clipboard
val name: String?

A friendly name for the resource server.

Link copied to clipboard

A list of scopes. Each scope is a key-value map with the keys name and description.

Link copied to clipboard

The user pool ID for the user pool.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String