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

GetAuthorizerRequest

import type { GetAuthorizerRequest } from "https://aws-api.deno.dev/v0.3/services/apigateway.ts?docs=full";

Request to describe an existing "Authorizer" resource.

interface GetAuthorizerRequest {
authorizerId: string;
restApiId: string;
}

§Properties

§
authorizerId: string
[src]

[Required] The identifier of the "Authorizer" resource.

§
restApiId: string
[src]

[Required] The string identifier of the associated "RestApi".