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
§
unauthorizedCacheControlHeaderStrategy?: UnauthorizedCacheControlHeaderStrategy | null
[src]