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

AwsApiGatewayMethodSettings

import type { AwsApiGatewayMethodSettings } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsApiGatewayMethodSettings {
CacheDataEncrypted?: boolean | null;
CacheTtlInSeconds?: number | null;
CachingEnabled?: boolean | null;
DataTraceEnabled?: boolean | null;
HttpMethod?: string | null;
LoggingLevel?: string | null;
MetricsEnabled?: boolean | null;
RequireAuthorizationForCacheControl?: boolean | null;
ResourcePath?: string | null;
ThrottlingBurstLimit?: number | null;
ThrottlingRateLimit?: number | null;
UnauthorizedCacheControlHeaderStrategy?: string | null;
}

§Properties

§
CacheDataEncrypted?: boolean | null
[src]
§
CacheTtlInSeconds?: number | null
[src]
§
CachingEnabled?: boolean | null
[src]
§
DataTraceEnabled?: boolean | null
[src]
§
HttpMethod?: string | null
[src]
§
LoggingLevel?: string | null
[src]
§
MetricsEnabled?: boolean | null
[src]
§
RequireAuthorizationForCacheControl?: boolean | null
[src]
§
ResourcePath?: string | null
[src]
§
ThrottlingBurstLimit?: number | null
[src]
§
ThrottlingRateLimit?: number | null
[src]
§
UnauthorizedCacheControlHeaderStrategy?: string | null
[src]