Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateResourceServerRequest

import type { CreateResourceServerRequest } from "https://aws-api.deno.dev/v0.3/services/cognitoidentityserviceprovider.ts?docs=full";
interface CreateResourceServerRequest {
Identifier: string;
Name: string;
Scopes?: ResourceServerScopeType[] | null;
UserPoolId: string;
}

§Properties

§
Identifier: string
[src]

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.

§
Name: string
[src]

A friendly name for the resource server.

§

A list of scopes. Each scope is map, where the keys are name and description.

§
UserPoolId: string
[src]

The user pool ID for the user pool.