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;
type: AuthorizerType;
}§Properties
§
type: AuthorizerType
[src]