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

MethodSnapshot

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

Represents a summary of a Method resource, given a particular date and time.

interface MethodSnapshot {
apiKeyRequired?: boolean | null;
authorizationType?: string | null;
}

§Properties

§
apiKeyRequired?: boolean | null
[src]

Specifies whether the method requires a valid ApiKey.

§
authorizationType?: string | null
[src]

The method's authorization type. Valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, CUSTOM for using a custom authorizer, or COGNITO_USER_POOLS for using a Cognito user pool.