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

CreateAuthorizerRequest

import type { CreateAuthorizerRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/apigateway.ts";
interface CreateAuthorizerRequest {
authorizerCredentials?: string | null;
authorizerResultTtlInSeconds?: number | null;
authorizerUri?: string | null;
authType?: string | null;
identitySource?: string | null;
identityValidationExpression?: string | null;
name: string;
providerARNs?: string[] | null;
restApiId: string;
}

§Properties

§
authorizerCredentials?: string | null
[src]
§
authorizerResultTtlInSeconds?: number | null
[src]
§
authorizerUri?: string | null
[src]
§
authType?: string | null
[src]
§
identitySource?: string | null
[src]
§
identityValidationExpression?: string | null
[src]
§
name: string
[src]
§
providerARNs?: string[] | null
[src]
§
restApiId: string
[src]