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

MethodSetting

import type { MethodSetting } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/apigateway.ts";
interface MethodSetting {
cacheDataEncrypted?: boolean | null;
cacheTtlInSeconds?: number | null;
cachingEnabled?: boolean | null;
dataTraceEnabled?: boolean | null;
loggingLevel?: string | null;
metricsEnabled?: boolean | null;
requireAuthorizationForCacheControl?: boolean | null;
throttlingBurstLimit?: number | null;
throttlingRateLimit?: number | null;
unauthorizedCacheControlHeaderStrategy?: UnauthorizedCacheControlHeaderStrategy | null;
}

§Properties

§
cacheDataEncrypted?: boolean | null
[src]
§
cacheTtlInSeconds?: number | null
[src]
§
cachingEnabled?: boolean | null
[src]
§
dataTraceEnabled?: boolean | null
[src]
§
loggingLevel?: string | null
[src]
§
metricsEnabled?: boolean | null
[src]
§
requireAuthorizationForCacheControl?: boolean | null
[src]
§
throttlingBurstLimit?: number | null
[src]
§
throttlingRateLimit?: number | null
[src]
§
unauthorizedCacheControlHeaderStrategy?: UnauthorizedCacheControlHeaderStrategy | null
[src]